Esempio n. 1
0
 private void StudentStart()
 {
     var ct = new StudentIndex();
     var name = ct.CreateReport();
     richTextBox1.AppendText("已生成:"+name);
 }
Esempio n. 2
0
 private void button2_Click(object sender, EventArgs e)
 {
     var ct = new StudentIndex();
     ct.Test();
 }