コード例 #1
0
ファイル: ResultModel.cs プロジェクト: e11en/Cellen-Tellen
 public ResultModel(Image image)
 {
     this.ResultImage = image;
     this.ColonyList = new List<ColonyModel>();
     this.panel = new CustomPanelView();
     this.panel.BackgroundImage = ResultImage;
     this.Berekend = false;
 }
コード例 #2
0
ファイル: ResultModel.cs プロジェクト: e11en/Cellen-Tellen
 public ResultModel(Image image)
 {
     this.ResultImage           = image;
     this.ColonyList            = new List <ColonyModel>();
     this.panel                 = new CustomPanelView();
     this.panel.BackgroundImage = ResultImage;
     this.Berekend              = false;
 }
コード例 #3
0
ファイル: ResultModel.cs プロジェクト: e11en/Cellen-Tellen
        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";
        }
コード例 #4
0
ファイル: ResultModel.cs プロジェクト: e11en/Cellen-Tellen
        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";
        }