Example #1
0
 public JobSelectData()
 {
     m_leftPnl = new JobSelLeftPnl(this);
     m_midPnl = new JobSelMidPnl(this);
     m_rightPnl = new JobSelRightPnl(this);
 }
Example #2
0
 public JobSelectData()
 {
     m_leftPnl  = new JobSelLeftPnl(this);
     m_midPnl   = new JobSelMidPnl(this);
     m_rightPnl = new JobSelRightPnl(this);
 }