コード例 #1
0
ファイル: MainForm.cs プロジェクト: Nazir/EqGate-2008
 private void Connect()
 {
     // Открытие соединения
     // Call the Sleep method to allow the user to see the image.
     //System.Threading.Thread.Sleep(1000);
     if (EQGateDLL.Connect() != true)
     {
     }
     Thread.Sleep(0);
 }