示例#1
0
文件: Form2.cs 项目: MrGilter/TestLab
 private void toolStripButton3_Click(object sender, EventArgs e)
 {
     for (int i = 0; i < tabControl1.TabPages.Count; i++)
     {
         TableList.Save(tabControl1.TabPages[i].Text);
     }
 }
示例#2
0
文件: Form2.cs 项目: MrGilter/TestLab
 private void toolStripButton2_Click(object sender, EventArgs e)
 {
     TableList.Save(tabControl1.SelectedTab.Text);
 }