private void btn_addnewplaza_Click(object sender, EventArgs e)
        {
            Form New_Plaza_Information = new New_Plaza_Information();

            New_Plaza_Information.Show();

            this.Hide();
        }
Пример #2
0
        private void btn_addnewplaza_Click(object sender, EventArgs e)
        {
            Form New_Plaza_Information = new New_Plaza_Information();

            New_Plaza_Information.Show();

            this.Hide();
        }