private void всеПToolStripMenuItem_Click(object sender, EventArgs e) { ManagerAllDestionationForm managerAllDestionation = new ManagerAllDestionationForm(); managerAllDestionation.Show(); this.Hide(); }
private void AllDestinationBTN_Click(object sender, EventArgs e) { ManagerAllDestionationForm managerAllDestionation = new ManagerAllDestionationForm(); managerAllDestionation.Show(); this.Hide(); }