Example #1
0
 public FdoJoinPresenter(IFdoJoinView view, IFdoConnectionManager connMgr, TaskManager taskMgr)
 {
     _view           = view;
     _view.JoinTypes = Enum.GetValues(typeof(FdoJoinType));
     _connMgr        = connMgr;
     _taskMgr        = taskMgr;
 }
Example #2
0
 public FdoJoinPresenter(IFdoJoinView view, IFdoConnectionManager connMgr, TaskManager taskMgr)
 {
     _view = view;
     _view.JoinTypes = Enum.GetValues(typeof(FdoJoinType));
     _connMgr = connMgr;
     _taskMgr = taskMgr;
 }