Exemple #1
0
 /// <summary>
 /// Returns the Draw message for the current language.
 /// </summary>
 /// <returns></returns>
 public string GetDrawMessage()
 {
     return(Localization.GetDrawMessage());
 }