개정판 d33ef543
Main window style 변경
Change-Id: Idecdbcbe3743713536c151e5816c21fad4783f12
KCOM/App.xaml.cs | ||
---|---|---|
276 | 276 |
|
277 | 277 |
for (int i = 1; i < ISplashMessage.SplashMessageCnt; i++) |
278 | 278 |
{ |
279 |
System.Threading.Thread.Sleep(3);
|
|
279 |
await Task.Delay(3);
|
|
280 | 280 |
await splashScreen.Dispatcher.InvokeAsync(() => splashScreen.Progress = i * value); |
281 | 281 |
} |
282 | 282 |
|
내보내기 Unified diff