Exemplo n.º 1
0
 public void endService()
 {
     result = BSSDK.BS_Enable(handle);
     result = BSSDK.BS_CloseSocket(handle);
     // this.label1.Text = "";
     button1.Enabled = true;
     Refresh();
     this.Close();
     // return;
 }
Exemplo n.º 2
0
        public void endService()
        {
            result = BSSDK.BS_Enable(handle);
            result = BSSDK.BS_CloseSocket(handle);
            Refresh();

            //reg.find();

            this.Close();
        }
Exemplo n.º 3
0
 public void enable()
 {
     result = BSSDK.BS_Enable(handle);
     Log.WriteLog(">>>>>>>>>>>>>>>>>>>>> (6-2) BS_Enable ().... result : " + result);
     Log.WriteLog("\n\n");
 }
Exemplo n.º 4
0
 public void endService()
 {
     result = BSSDK.BS_Enable(handle);
     result = BSSDK.BS_CloseSocket(handle);
 }