Exemplo n.º 1
0
 public void RestoreExecutionContext(Events entitySet, SeriesInteropCommand seriesInteropCommand)
 {
     this.seriesPropagation = seriesInteropCommand;
     base.RestoreScope(entitySet);
 }
Exemplo n.º 2
0
 void ICalendarInteropSeriesAction.RestoreExecutionContext(Events entitySet, SeriesInteropCommand seriesInteropCommand)
 {
     this.seriesPropagation = seriesInteropCommand;
     base.RestoreScope(entitySet);
 }