コード例 #1
0
ファイル: Program.cs プロジェクト: paralin/SuperPool
        static void RunClient(string name)
        {
            FormClient client = new FormClient();

            client.ClientName = name;
            Application.Run(client);
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: paralin/SuperPool
 static void RunClient(string name)
 {
     FormClient client = new FormClient();
     client.ClientName = name;
     Application.Run(client);
 }