DoubleMatcher.cs 88 B

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