Ejemplo n.º 1
0
 public FrmMain()
 {
     InitializeComponent();
     _pipeServer = new PipeServer();
     _pipeServer.PipeMessage += new DelegateMessage(PipesMessageHandler);
     _pipeServer.Listen("EFPTOUTPUT");
     AktifMainForm = this;
 }
Ejemplo n.º 2
0
 public FrmMain()
 {
     InitializeComponent();
     _pipeServer = new PipeServer();
     _pipeServer.PipeMessage += new DelegateMessage(PipesMessageHandler);
     _pipeServer.Listen("EFPTINPUT");
     this.KayitDurum = KayitDurum.Durduruldu;
     PerformansBilgileri = new List<PerformansInfo>();
 }