Ejemplo n.º 1
0
 public CreateShpPresenter(ICreateShpView view)
 {
     _view = view;
     _connMgr = ServiceManager.Instance.GetService<FdoConnectionManager>();
     CheckConnect();
 }
Ejemplo n.º 2
0
 public CreateShpPresenter(ICreateShpView view)
 {
     _view    = view;
     _connMgr = ServiceManager.Instance.GetService <FdoConnectionManager>();
     CheckConnect();
 }