示例#1
0
 private void Next_Click(object sender, EventArgs e)
 {
     tabControl1.SelectedIndex = 1;
     ClassOne.Focus();
 }