public void btnRate_OnClick()
 {
     try
     {
         ShareRate.Rate();
     }
     catch (System.Exception)
     {
         throw;
     }
 }
Exemplo n.º 2
0
 void onClick_Rank()
 {
     try
     {
         ShareRate.Rate();
     }
     catch (System.Exception)
     {
         throw;
     }
 }
Exemplo n.º 3
0
 void onClick_Rate()
 {
     if (VioGameController.instance.tienganh)
     {
         ShareRate.Rate();
     }
     else
     {
         ShareRate.RateBird();
     }
 }
Exemplo n.º 4
0
 void btnRate_OnClick()
 {
     try
     {
         ShareRate.Rate();
         SoundManager.Instance.PlayAudioChoiTiep();
     }
     catch (System.Exception)
     {
         throw;
     }
 }
Exemplo n.º 5
0
 public void btnRate_OnClick()
 {
     ShareRate.Rate();
 }