예제 #1
0
 public CHacks()
 {
     client = new CPipeClient();
     reply  = client.GetReply();
 }
예제 #2
0
 public CInformation()
 {
     client = new CPipeClient();
     reply  = client.GetReply();
 }