예제 #1
0
 private void exitToolStripMenuItem_Click(object sender, System.EventArgs e)
 {
     FormUtils.CloseApplication();
 }
예제 #2
0
 private void tbLastHeal_Validating(object sender, CancelEventArgs e)
 {
     FormUtils.ValidateIntegerTextBox(tbLastHeal);
 }
예제 #3
0
 private void FormSteal2_FormClosed(object sender, FormClosedEventArgs e)
 {
     FormUtils.CloseApplication();
 }
예제 #4
0
 private void tbMagic_Validating(object sender, CancelEventArgs e)
 {
     FormUtils.ValidateIntegerTextBox(tbMagic1);
 }