Exemplo n.º 1
0
 public void KomutGonder(string Komut)
 {
     _pipeClient = new PipeClient();
     _pipeClient.Send(Komut, "EFPTINPUT", 1000);
 }
Exemplo n.º 2
0
 private void FrmMain_FormClosing(object sender, FormClosingEventArgs e)
 {
     _pipeClient = null;
 }