コード例 #1
0
ファイル: Home.cs プロジェクト: hossamthapit/Student-Affairs
 private void buttonStudentOptions_Click(object sender, EventArgs e)
 {
     PanelParent.SelectTab(1);
 }
コード例 #2
0
ファイル: Home.cs プロジェクト: hossamthapit/Student-Affairs
 private void buttonExcelOptions_Click(object sender, EventArgs e)
 {
     PanelParent.SelectTab(0);
 }