public FdoDataStoreMgrPresenter(IFdoDataStoreMgrView view, FdoConnection conn)
 {
     _view = view;
     _conn = conn;
     _view.Message = ResourceService.GetString("MSG_LISTING_DATA_STORES");
 }
 public FdoDataStoreMgrPresenter(IFdoDataStoreMgrView view, FdoConnection conn)
 {
     _view         = view;
     _conn         = conn;
     _view.Message = ResourceService.GetString("MSG_LISTING_DATA_STORES");
 }