Exemple #1
0
 public void PlaySelection(int theme)
 {
     TInfo.PlaySelection(theme);
 }
Exemple #2
0
 virtual public void Out(int themeIndex)
 {
     TInfo.PlaySelection(themeIndex);
     _data.Sound = Sounds.FinalDelete;
 }