コード例 #1
0
 public void Close()
 {
     if (_myClient != null)
     {
         _myClient.Close();
     }
     _myClient = null;
 }
コード例 #2
0
ファイル: libs.cs プロジェクト: oghenez/trade-software
 public void Close()
 {
     if (_myClient!=null)_myClient.Close();
     _myClient = null;
 }