Пример #1
0
 protected override async void OnStartup(StartupEventArgs e)
 {
     base.OnStartup(e);
     await Client.StartClientAsync();
 }