public UpdateManySeries(TrackedViewModel main) { if (main == null) { throw new ArgumentNullException("UpdateManySeries command"); } this.main = main; }
public ShowSelectedSeries(TrackedViewModel main) { if (main == null) { throw new ArgumentNullException("ShowSelectedSeries command"); } this.main = main; }
public ClearDatabase(TrackedViewModel main) { if (main == null) { throw new ArgumentNullException("ClearDatabase command"); } this.main = main; }