コード例 #1
0
ファイル: second.cs プロジェクト: temitopeolutade/HallRental
        private void button4_Click(object sender, EventArgs e)
        {
            third n = new third();

            n.Show();
            this.Hide();
        }
コード例 #2
0
        private void btn3_Click(object sender, EventArgs e)
        {
            third orn = new third();

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