Ejemplo n.º 1
0
        static void RunClient(string name)
        {
            FormClient client = new FormClient();

            client.ClientName = name;
            Application.Run(client);
        }
Ejemplo n.º 2
0
 static void RunClient(string name)
 {
     FormClient client = new FormClient();
     client.ClientName = name;
     Application.Run(client);
 }