Beispiel #1
0
 public FdoJoinCtl()
 {
     InitializeComponent();
     ServiceManager sm = ServiceManager.Instance;
     _presenter = new FdoJoinPresenter(this, 
         sm.GetService<IFdoConnectionManager>(),
         sm.GetService<TaskManager>());
 }
Beispiel #2
0
        public FdoJoinCtl()
        {
            InitializeComponent();
            ServiceManager sm = ServiceManager.Instance;

            _presenter = new FdoJoinPresenter(this,
                                              sm.GetService <IFdoConnectionManager>(),
                                              sm.GetService <TaskManager>());
        }