示例#1
0
文件: Form1.cs 项目: Bidu4ek/StDB
 private void newToolStripMenuItem_Click(object sender, EventArgs e)
 {
     students = new StudentsDB();
 }
示例#2
0
文件: Form1.cs 项目: Bidu4ek/StDB
 public Form1()
 {
     InitializeComponent();
     students = new StudentsDB();
     tabControl1.SelectedIndex = 1;
 }