DoubleMatcher.cs 85 B

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