コード例 #1
0
 private void exitToolStripMenuItem_Click(object sender, System.EventArgs e)
 {
     FormUtils.CloseApplication();
 }
コード例 #2
0
ファイル: FormSteal2.cs プロジェクト: Hoishin/RNGHelper
 private void tbLastHeal_Validating(object sender, CancelEventArgs e)
 {
     FormUtils.ValidateIntegerTextBox(tbLastHeal);
 }
コード例 #3
0
ファイル: FormSteal2.cs プロジェクト: Hoishin/RNGHelper
 private void FormSteal2_FormClosed(object sender, FormClosedEventArgs e)
 {
     FormUtils.CloseApplication();
 }
コード例 #4
0
ファイル: FormSteal2.cs プロジェクト: Hoishin/RNGHelper
 private void tbMagic_Validating(object sender, CancelEventArgs e)
 {
     FormUtils.ValidateIntegerTextBox(tbMagic1);
 }