private void clientButton_Click(object sender, EventArgs e) { this.Hide(); var window = new ClientEnterServerInfo(); window.Show(); }