public AddEventToSetCommand(ILogSets logSets)
        {
            this._logSets = logSets;

            if (CanExecuteChanged != null)
            {
                // keep compiler happy
            }
        }
        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;
 }
 public SetSelectionWindow(ILogSets logSets) : this()
 {
     this.logSets = logSets;
 }
Exemple #6
0
 public LogSetConverter(ILogSets logSets)
 {
     this.logSets = logSets;
 }