private void txt_onvaneGrouh_PreviewTextInput(object sender, TextCompositionEventArgs e) { c.JustPersian(e); }
private void txtLastName_PreviewTextInput(object sender, TextCompositionEventArgs e) { c.JustPersian(e); }
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); }
private void txt_nameBank_PreviewTextInput(object sender, TextCompositionEventArgs e) { txt_filter.JustPersian(e); }