Beispiel #1
0
 private void button1_Click(object sender, EventArgs e)
 {
     Formadd fadd = new Formadd();
     fadd.ShowDialog();
 }
Beispiel #2
0
        private void 添加同学ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Formadd fadd = new Formadd();

            fadd.ShowDialog();
        }