Exemple #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);
 }
Exemple #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;
 }