Esempio n. 1
0
 private bool InitializeClientControl()
 {
     try
     {
         this.client = new RdpClientControl();
     }
     catch (Exception exception)
     {
         string message = "Please update your RDP client to at least version 6.";
         Log.Info(message, exception);
         MessageBox.Show(message);
         return(false);
     }
     return(true);
 }
Esempio n. 2
0
 private bool InitializeClientControl()
 {
     try
     {
         this.client = new RdpClientControl();
     }
     catch (Exception exception)
     {
         string message = "Please update your RDP client to at least version 6.";
         Log.Info(message, exception);
         MessageBox.Show(message);
         return false;
     }
     return true;
 }