Esempio n. 1
0
 public UpdateManySeries(TrackedViewModel main)
 {
     if (main == null)
     {
         throw new ArgumentNullException("UpdateManySeries command");
     }
     this.main = main;
 }
Esempio n. 2
0
 public ShowSelectedSeries(TrackedViewModel main)
 {
     if (main == null)
     {
         throw new ArgumentNullException("ShowSelectedSeries command");
     }
     this.main = main;
 }
Esempio n. 3
0
 public ClearDatabase(TrackedViewModel main)
 {
     if (main == null)
     {
         throw new ArgumentNullException("ClearDatabase command");
     }
     this.main = main;
 }