public Step2VM() { Common = new StepVMCommon("Step2Questions.txt", "Step2HelpTexts.txt", "Tree Shape and Density"); DenseImg = ImageSource.FromResource("Orchard.Images.Density.pre-dense.jpg"); OpenImg = ImageSource.FromResource("Orchard.Images.Density.pre-open.jpg"); ExtreOpenImg = ImageSource.FromResource("Orchard.Images.Density.pre-extreOpen.jpg"); }
public Step3VM() { Common = new StepVMCommon("Step3Questions.txt", "Step3HelpTexts.txt", "Sprayer Information"); ActiveNozzleNum = 2; }
public Step1VM() { Common = new StepVMCommon("Step1Questions.txt", "Step1HelpTexts.txt", "Basic Information"); }