Ejemplo n.º 1
0
 private void Form1_Load(object sender, EventArgs e)
 {
     _dc = new DemoClient("qursaan");
     _dc.StartClient();
     if (_dc.IsClientStarted())
     {
         tsss.Text = @"Active...";
     }
 }
Ejemplo n.º 2
0
 private void Form2_Load(object sender, EventArgs e)
 {
     _dct = new DemoClient("qursaan" + _ppid);
     _dct.StartClient();
     if (_dct.IsClientStarted())
     {
         tsss.Text = @"Active...@qursaan" + _ppid;
     }
 }