private void adminOtherThingsToolStripMenuItem_Click(object sender, EventArgs e) { AdminOtherThings aot = new AdminOtherThings(); aot.Show(); this.Hide(); }
private void btnOtherThings_Click(object sender, EventArgs e) { AdminOtherThings aot = new AdminOtherThings(); aot.Show(); this.Hide(); }