예제 #1
0
        private void Application_Startup(object sender, StartupEventArgs e)
        {
            // handle command line args*
            PipeClient client = new PipeClient();

            client.PipeClientMain(e.Args);

            var test = new Test();
        }