Exemplo n.º 1
0
Arquivo: Company.cs Projeto: HeToC/HDK
 public static string GetSuffix()
 {
     return(SUFFIXES.Rand());
 }
Exemplo n.º 2
0
 public static string GetSuffix()
 {
     return(SUFFIXES.RandomElement());
 }
Exemplo n.º 3
0
 public static string Suffix()
 {
     return(SUFFIXES.RandPick());
 }