private void LocationInchargeEntry_FormClosed(object sender, FormClosedEventArgs e) { this.Hide(); LocationManagementUI frm = new LocationManagementUI(); frm.Show(); }
private void buttonLocationCreation_Click(object sender, EventArgs e) { this.Hide(); LocationManagementUI frm = new LocationManagementUI(); frm.Show(); }