예제 #1
0
파일: Entry.cs 프로젝트: neerajxp/NightDuty
 private void textBox1_KeyDown(object sender, KeyEventArgs e)
 {
     if (e.KeyCode == Keys.Enter)
     {
         PfNoTextBox.Focus();
     }
 }
예제 #2
0
파일: Entry.cs 프로젝트: neerajxp/NightDuty
 public Entry()
 {
     InitializeComponent();
     PfNoTextBox.Focus();
 }