public static void Send(string SendStr, int TimeOut = 1000) { pipeClientSender = new PipeSender(); pipeClientSender.send(SendStr, TimeOut); }
public static void dispose() { pipeClientSender = null; }