示例#1
0
        private void button1_Click(object sender, EventArgs e)
        {
            //This code is written by : Natalia
            //Opening Lecture Basic Syntax
            Form form = new LectureBasicSyntax();

            form.Show();
            this.Hide();
        }
示例#2
0
        private void label8_Click(object sender, EventArgs e)
        {
            //This code is written by : Piumi
            //Opening Lecture Basic Syntax
            Form form = new LectureBasicSyntax();

            form.Show();
            this.Hide();
        }