예제 #1
0
 public void SetEnabled(bool bEnabled)
 {
     m_Enabled = bEnabled;
     m_SubMenu.Show(bEnabled);
 }