Exemplo n.º 1
0
 public void setData(int lesson)
 {
     txtContent.text = ClsLanguage.doLesson() + lesson + ":" + ClsLanguage.doContentDinhNui();
 }
Exemplo n.º 2
0
 public void setData(int lesson)
 {
     txtContent.text = ClsLanguage.doLesson() + lesson + ":" + ClsLanguage.doContentDinhNui();
     SoundController.Instance.PlayBGMusic();
 }