Пример #1
0
 internal void Init()
 {
     this.DetachEvents();
     this.groups    = null;
     this.sheet     = null;
     this.evaluator = null;
 }
Пример #2
0
 public WorksheetSparklineGroupManager(ISparklineSheet sheet, ICalcEvaluator calcEvaluator)
 {
     this.Init();
     this.Sheet         = sheet;
     this.CalcEvaluator = calcEvaluator;
 }