Ejemplo n.º 1
0
        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");
        }
Ejemplo n.º 2
0
 public Step1VM()
 {
     Common = new StepVMCommon("Step1Questions.txt", "Step1HelpTexts.txt", "Basic Information");
 }
Ejemplo n.º 3
0
        public Step3VM()
        {
            Common = new StepVMCommon("Step3Questions.txt", "Step3HelpTexts.txt", "Sprayer Information");

            ActiveNozzleNum = 2;
        }