Пример #1
0
        private void clientButton_Click(object sender, EventArgs e)
        {
            ClientForm client = new ClientForm(this);

            client.Show();
        }
Пример #2
0
 private void клиентыToolStripMenuItem_Click(object sender, EventArgs e)
 {
     clientForm = new ClientForm();
     clientForm.Show();
 }