Exemplo n.º 1
0
 public pipedClient(string pipeName) : base(pipeName)
 {
     StartClientPipe(SinglePipedServer.CreateTestDataSet());
 }
Exemplo n.º 2
0
 public static string Debug(object text, string prefix)
 {
     return(SinglePipedServer.Debug(text, prefix));
 }