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