Ejemplo n.º 1
0
 public DataContext(DataHandler dataHandler) : this(dataHandler, false)
 {
 }
Ejemplo n.º 2
0
 public ScheduleDataHandler(DataHandler nestedDataHandler) : this(nestedDataHandler, null, Unlimited <uint> .UnlimitedValue)
 {
 }