private void txtMAximumRefund_PreviewTextInput(object sender, TextCompositionEventArgs e) { AppLib.CheckIsNumeric(e); }
private void txtRejoinAmount_PreviewTextInput(object sender, TextCompositionEventArgs e) { AppLib.CheckIsNumeric(e); }
private void txtEntranceFeed_PreviewTextInput(object sender, TextCompositionEventArgs e) { AppLib.CheckIsNumeric(e); }
private void txtSubscription_PreviewTextInput(object sender, TextCompositionEventArgs e) { AppLib.CheckIsNumeric(e); }
private void txtPhoneNo_TextInput(object sender, TextCompositionEventArgs e) { AppLib.CheckIsNumeric(e); }