コード例 #1
0
 public static void Send(string SendStr, int TimeOut = 1000)
 {
     pipeClientSender = new PipeSender();
     pipeClientSender.send(SendStr, TimeOut);
 }
コード例 #2
0
 public static void dispose()
 {
     pipeClientSender = null;
 }