示例#1
0
文件: Form1.cs 项目: rodoc1/Act-3
        private void button1_Click(object sender, EventArgs e)
        {
            Estudiante forma = new Estudiante();

            forma.Show();
        }