예제 #1
0
 public CalendarContentRange(StaticRange staticRange, IReportItem owner, MonthInfo MonthFrom, MonthInfo MonthTo)
     : this(staticRange)
 {
     _owner     = owner;
     _monthFrom = MonthFrom;
     _monthTo   = MonthTo;
 }
예제 #2
0
 private CalendarContentRange(StaticRange staticRange)
 {
     _staticRange = staticRange;
 }