Beispiel #1
0
    public static void Main()
    {
        TrackIdMatcher idMatcher = new TrackIdMatcher();

        idMatcher.start();
    }
Beispiel #2
0
 public InterestHandler(TrackIdMatcher matcher)
 {
     matcher_ = matcher;
 }