Пример #1
0
 public void setData(int lesson)
 {
     txtContent.text = ClsLanguage.doLesson() + lesson + ":" + ClsLanguage.doContentDinhNui();
 }
Пример #2
0
 public void setData(int lesson)
 {
     txtContent.text = ClsLanguage.doLesson() + lesson + ":" + ClsLanguage.doContentDinhNui();
     SoundController.Instance.PlayBGMusic();
 }