Beispiel #1
0
 private async void ClientRegistration()
 {
     try
     {
         await client.RegisterClientAsync();
     } catch (Exception e)
     {
         Console.Write("Server service wasn't found");
     }
 }
Beispiel #2
0
 private async void ClientRegistration()
 {
     await client.RegisterClientAsync();
 }