Refresh
This commit is contained in:
@@ -100,11 +100,15 @@ namespace TestClient
|
||||
return;
|
||||
}
|
||||
|
||||
synchronizationContext.Post(new SendOrPostCallback(o =>
|
||||
try
|
||||
{
|
||||
lblClock.Text = timeNow.ToString("ddd dd.MM.yyyy HH:mm:ss");
|
||||
}), "");
|
||||
|
||||
synchronizationContext.Post(new SendOrPostCallback(o =>
|
||||
{
|
||||
lblClock.Text = timeNow.ToString("ddd dd.MM.yyyy HH:mm:ss");
|
||||
}), "");
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
previousTime = timeNow;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user