public ResultModel(Image image) { this.ResultImage = image; this.ColonyList = new List<ColonyModel>(); this.panel = new CustomPanelView(); this.panel.BackgroundImage = ResultImage; this.Berekend = false; }
public ResultModel(Image image) { this.ResultImage = image; this.ColonyList = new List <ColonyModel>(); this.panel = new CustomPanelView(); this.panel.BackgroundImage = ResultImage; this.Berekend = false; }
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"; }
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"; }