Exemplo n.º 1
0
 public ResultModel(Image image)
 {
     this.ResultImage = image;
     this.ColonyList = new List<ColonyModel>();
     this.panel = new CustomPanelView();
     this.panel.BackgroundImage = ResultImage;
     this.Berekend = false;
 }
Exemplo n.º 2
0
 public ResultModel(Image image)
 {
     this.ResultImage           = image;
     this.ColonyList            = new List <ColonyModel>();
     this.panel                 = new CustomPanelView();
     this.panel.BackgroundImage = ResultImage;
     this.Berekend              = false;
 }
Exemplo n.º 3
0
        public ResultModel()
        {
            this.ColonyList = new List<ColonyModel>();
            this.panel = new CustomPanelView();
            this.panel.BackgroundImage = ResultImage;

            //this.Gebruiker = "Naam";
            //this.Verdunning = "Verdunning";
            //this.Behandeling = "Opmerking";
            //this.Voedingsbodem = "Voedingsbodem";
        }
Exemplo n.º 4
0
        public ResultModel()
        {
            this.ColonyList            = new List <ColonyModel>();
            this.panel                 = new CustomPanelView();
            this.panel.BackgroundImage = ResultImage;

            //this.Gebruiker = "Naam";
            //this.Verdunning = "Verdunning";
            //this.Behandeling = "Opmerking";
            //this.Voedingsbodem = "Voedingsbodem";
        }