Ejemplo n.º 1
0
 public void SetBg(bool enable)
 {
     if (null != m_baseGrid)
     {
         m_baseGrid.SetBg(enable);
     }
 }