예제 #1
0
 private void txt_onvaneGrouh_PreviewTextInput(object sender, TextCompositionEventArgs e)
 {
     c.JustPersian(e);
 }
예제 #2
0
 private void txtLastName_PreviewTextInput(object sender, TextCompositionEventArgs e)
 {
     c.JustPersian(e);
 }
예제 #3
0
 private void txtRepository_PreviewTextInput(object sender, System.Windows.Input.TextCompositionEventArgs e)
 {
     c.JustPersian(e);
 }
 private void txtArticleDescription_PreviewTextInput(object sender, TextCompositionEventArgs e)
 {
     c.JustPersian(e);
 }
 private void JustPersian(object sender, TextCompositionEventArgs e)
 {
     c.JustPersian(e);
 }
 private void txtTreasuryDescription_PreviewTextInput(object sender, TextCompositionEventArgs e)
 {
     txt_filter.JustPersian(e);
 }
 private void TextBox_PreviewTextInput_1(object sender, TextCompositionEventArgs e)
 {
     Class.UI.TextHandeler c = new Class.UI.TextHandeler();
     c.JustPersian(e);
 }
예제 #8
0
 private void txt_nameBank_PreviewTextInput(object sender, TextCompositionEventArgs e)
 {
     txt_filter.JustPersian(e);
 }