Example #1
0
 public PlotViewModel(INavigationService navigationService,
                      IAudiogramPlot audiogramPlot,
                      IStorageFolder storageFolder) : base(navigationService)
 {
     this.storageFolder = storageFolder;
     this.audiogramPlot = audiogramPlot;
 }
 public PlotViewModel(INavigationService navigationService,
     IAudiogramPlot audiogramPlot,
     IStorageFolder storageFolder) : base(navigationService)
 {
     this.storageFolder = storageFolder;
     this.audiogramPlot = audiogramPlot;
 }