public CreateSqlitePresenter(ICreateSqliteView view)
 {
     _view = view;
     _connMgr = ServiceManager.Instance.GetService<FdoConnectionManager>();
     CheckConnect();
 }
示例#2
0
 public CreateSqlitePresenter(ICreateSqliteView view)
 {
     _view    = view;
     _connMgr = ServiceManager.Instance.GetService <FdoConnectionManager>();
     CheckConnect();
 }