private void clientButton_Click(object sender, EventArgs e) { ClientForm client = new ClientForm(this); client.Show(); }
private void клиентыToolStripMenuItem_Click(object sender, EventArgs e) { clientForm = new ClientForm(); clientForm.Show(); }