Exemplo n.º 1
0
 void OnClick()
 {
     if (IsLock)
     {
         return;
     }
     SoundManager.Instance.PlaySoundEffect("Sound_Button_EctypeTabChoice");
     MyParent.OnMyChildItemClick(this);
 }