コード例 #1
0
ファイル: MainWindow.xaml.cs プロジェクト: cesoun/QuickSprite
 private static void IndexTextInput(object sender, TextCompositionEventArgs e)
 {
     e.Handled = !TextFilter.NumericInput(e.Text);
 }