Ejemplo n.º 1
0
        public HandModifiedDataView(Form1 form, HandModifiedDataModel model)
        {
            this.form  = form;
            this.model = model;
            model.subscribe(this);
            TablesStructureCreater creater = new TablesStructureCreater();

            creater.create(form);
        }