예제 #1
0
 public ActivityParser(InputPartSelector selector)
 {
     _selector = selector;
 }
예제 #2
0
 public DurationParser(InputPartSelector selector)
 {
     _selector = selector;
 }