private void всеПToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ManagerAllDestionationForm managerAllDestionation = new ManagerAllDestionationForm();

            managerAllDestionation.Show();
            this.Hide();
        }
Beispiel #2
0
        private void AllDestinationBTN_Click(object sender, EventArgs e)
        {
            ManagerAllDestionationForm managerAllDestionation = new ManagerAllDestionationForm();

            managerAllDestionation.Show();
            this.Hide();
        }