Example #1
0
 public CoordinateSystemBrowserDialogPresenter(ICoordinateSystemBrowserView view, ICoordinateSystemCatalog cat)
 {
     _view           = view;
     _catalog        = cat;
     _view.OkEnabled = false;
 }
 public CoordinateSystemBrowserDialogPresenter(ICoordinateSystemBrowserView view, ICoordinateSystemCatalog cat)
 {
     _view = view;
     _catalog = cat;
     _view.OkEnabled = false;
 }