Example #1
0
 private void InitControlBottomBar()
 {
     this.m_ControlBottomBar = new ControlBottomBar(this);
     this.ResizeControlBottomBar();
     this.m_ControlBottomBar.ButtonClick += new ControlBottomBar.ButtonClickEventHandler(this.ControlBottomBar_ButtonClick);
     this.m_ControlBottomBar.Visible      = false;
 }
Example #2
0
 private void InitControlBottomBar()
 {
     this.m_ControlBottomBar = new ControlBottomBar(this);
     this.ResizeControlBottomBar();
     this.m_ControlBottomBar.ButtonClick += new ControlBottomBar.ButtonClickEventHandler(this.ControlBottomBar_ButtonClick);
     this.m_ControlBottomBar.Visible = false;
 }