예제 #1
0
 public MainFormUIMrg(MainForm mf)
 {
     this.m_MainForm         = mf;
     this.m_ProjectUIManager = new ProjectUImrg(this);
     this.MainForm.FrameAppContext.RegisterService(this.ProjectUIManager);
     this.m_TreeViewUIManager         = new TreeViewUIMrg(this);
     this.m_MainForm.EventWindow      = new EventForm();
     this.m_EventViewUIManager        = new EventViewUIMrg(this.MainForm, this.MainForm.EventWindow);
     this.m_StatusProcessBarUIManager = new StatusProcessBarUIMrg(this);
 }
예제 #2
0
 public StatusBarService(StatusProcessBarUIMrg sum)
 {
     this.m_StatusProcessBarUIManager = sum;
 }