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

            frm.Show();
        }
Пример #2
0
        private void buttonLocationCreation_Click(object sender, EventArgs e)
        {
            this.Hide();
            LocationManagementUI frm = new LocationManagementUI();

            frm.Show();
        }