Beispiel #1
0
        public void Attach(object model, object view, ExplorerPresenter explorerPresenter)
        {
            ForestryModel  = model as StaticForestrySystem;
            ForestryViewer = view as StaticForestrySystemView;

            AttachData();
            ForestryViewer.OnCellEndEdit += OnCellEndEdit;
        }
        public void Attach(object model, object view, ExplorerPresenter explorerPresenter)
        {
            ForestryModel = model as StaticForestrySystem;
            ForestryViewer = view as StaticForestrySystemView;

            AttachData();
            ForestryViewer.OnCellEndEdit += OnCellEndEdit;
        }