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