private void TxtPrice_KeyPress(object sender, KeyPressEventArgs e) { e.Handled = CmC.CheckNumberWithDecimalText(e); }