예제 #1
0
 public CInformation()
 {
     client = new CPipeClient();
     reply  = client.GetReply();
 }
예제 #2
0
 public CHacks()
 {
     client = new CPipeClient();
     reply  = client.GetReply();
 }
예제 #3
0
 public CPipeClient()
 {
     client      = new PipeClient();
     reply       = new PipeClient.PipeMessage();
     client.Name = "PerfectMSEA";
 }