public AddEventToSetCommand(ILogSets logSets) { this._logSets = logSets; if (CanExecuteChanged != null) { // keep compiler happy } }
public SetSelectionWindow(ILogSets logSets) : this() { this.logSets = logSets; }
public LogSetConverter(ILogSets logSets) { this.logSets = logSets; }