Пример #1
0
 public GetDateBoundCommand(DateTime date, bool getMessage, ValueBound bound, IDateBoundsCache dateBoundsCache)
 {
     this.date             = date;
     this.bound            = bound;
     this.messageRequested = getMessage;
     this.dateBoundsCache  = dateBoundsCache;
 }
Пример #2
0
 public GetDateBoundCommand(DateTime date, bool getDate, ListUtils.ValueBound bound, IDateBoundsCache dateBoundsCache)
 {
     this.date            = date;
     this.bound           = bound;
     this.userNeedsDate   = getDate;
     this.dateBoundsCache = dateBoundsCache;
 }