IntegerMatcher.cs 83 B

1234
  1. namespace InABox.WPF
  2. {
  3. public class IntegerMatcher : AbstractMatcher<int> { }
  4. }