コード例 #1
0
ファイル: App.xaml.cs プロジェクト: nicolae1996/PR_Labs
 protected override async void OnStartup(StartupEventArgs e)
 {
     base.OnStartup(e);
     await Client.StartClientAsync();
 }