コード例 #1
0
 public ActivityParser(InputPartSelector selector)
 {
     _selector = selector;
 }
コード例 #2
0
 public DurationParser(InputPartSelector selector)
 {
     _selector = selector;
 }