Beispiel #1
0
        public SGView(string pName, SGModel pModel)
        {
            InitializeComponent();
            this.Model = pModel;


            this.Model.Views.Add(this);
        }
Beispiel #2
0
 public FormInitViews()
 {
     InitializeComponent();
     this.Model = new SGModel();
 }