GuidMatcher.cs 96 B

123456
  1. using System;
  2. namespace InABox.WPF
  3. {
  4. public class GuidMatcher : AbstractMatcher<Guid> { }
  5. }