Example #1
0
 private void txtCost_TextChanged(object sender, EventArgs e)
 {
     Utils.limitedNumberInputOnly(sender, 10000);
 }