Example #1
0
 public MainWindow()
 {
     InitializeComponent();
     HourTextBox.Focus();
 }
Example #2
0
 private void AbortButton_Click(object sender, RoutedEventArgs e)
 {
     Process.Start("shutdown.exe", "-a");
     HourTextBox.Focus();
 }
Example #3
0
 private void DayComboBoxSelectedIndexChanged(object sender, EventArgs e)
 {
     HourTextBox.Focus();
 }