コード例 #1
0
        static void Main(string[] args)
        {
            string r, w;

            try
            {
                r = args[0];
                w = args[1];
                TestExec exec = new TestExec();
                exec.startServer();
                exec.startWpfClient(r, w);
            }
            catch (Exception)
            {
            }
        }
コード例 #2
0
ファイル: TestExec.cs プロジェクト: CodeWizrd/RemoteNoSQLDB
        static void Main(string[] args)
        {
            string r, w;
            try
            {
                r = args[0];
                w = args[1];
                TestExec exec = new TestExec();
                exec.startServer();
                exec.startWpfClient(r, w);
            }
            catch (Exception)
            {

            }
            

        }