Пример #1
0
		public ThreadWithState(frmViewer aViewer, IDataMgr aDataMgr, GetReportDataComplete aDelegate) {
			//The constructor obtains the state information and the callback delegate
			Debug.Write("ThreadWithState::ThreadWithState()\n");
			this.m_oViewer = aViewer;
			this.m_oDataMgr = aDataMgr;
			this.m_oCallBack = aDelegate;
		}
Пример #2
0
 public ThreadWithState(frmViewer aViewer, IDataMgr aDataMgr, GetReportDataComplete aDelegate)
 {
     //The constructor obtains the state information and the callback delegate
     Debug.Write("ThreadWithState::ThreadWithState()\n");
     this.m_oViewer   = aViewer;
     this.m_oDataMgr  = aDataMgr;
     this.m_oCallBack = aDelegate;
 }
Пример #3
0
 public void Register(IDataMgr mgr)
 {
     AllMgrs.Add(mgr);
 }