Пример #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            GridTest request = new GridTest();

            request.Show();
            this.Hide();
        }
Пример #2
0
        private void button5_Click(object sender, EventArgs e)
        {
            GridTest obj = new GridTest();

            obj.Show();
            this.Hide();
        }
Пример #3
0
        private void UpdateForm()
        {
            GridTest obj = new GridTest();

            obj.Show();
            this.Hide();
            //this.Close();
            //var th = new AddBookRequest();
            //th.Show();
            ////comboBoxStudents.ResetText();
            ////Note.Text = string.Empty;

            //Other updates
        }