コード例 #1
0
ファイル: FdoJoinCtl.cs プロジェクト: stophun/fdotoolbox
 public FdoJoinCtl()
 {
     InitializeComponent();
     ServiceManager sm = ServiceManager.Instance;
     _presenter = new FdoJoinPresenter(this, 
         sm.GetService<IFdoConnectionManager>(),
         sm.GetService<TaskManager>());
 }
コード例 #2
0
ファイル: FdoJoinCtl.cs プロジェクト: morkl/fdotoolbox
        public FdoJoinCtl()
        {
            InitializeComponent();
            ServiceManager sm = ServiceManager.Instance;

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