예제 #1
0
 public CoordSysCatalogPresenter(ICoordSysCatalogView view, FdoToolbox.Base.Services.CoordSysCatalog catalog)
 {
     _view               = view;
     _catalog            = catalog;
     _view.DeleteEnabled = false;
     _view.EditEnabled   = false;
 }
 public CoordSysCatalogPresenter(ICoordSysCatalogView view, FdoToolbox.Base.Services.CoordSysCatalog catalog)
 {
     _view = view;
     _catalog = catalog;
     _view.DeleteEnabled = false;
     _view.EditEnabled = false;
 }