static void RunClient(string name) { FormClient client = new FormClient(); client.ClientName = name; Application.Run(client); }