SmallRefactor: Sửa naming Convention của {GetDataFromServer()}
This commit is contained in:
parent
b71846e3c9
commit
fefc90331d
|
@ -32,12 +32,12 @@ namespace AIParkingApplication
|
|||
{
|
||||
while (true)
|
||||
{
|
||||
GETDataFromServer();
|
||||
GetDataFromServer();
|
||||
Thread.Sleep(timeCycle * 1000);
|
||||
}
|
||||
}
|
||||
|
||||
private async void GETDataFromServer()
|
||||
private async void GetDataFromServer()
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user