IntegerComparer.cs 85 B

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