Example #1
0
File: Company.cs Project: HeToC/HDK
 public static string GetSuffix()
 {
     return(SUFFIXES.Rand());
 }
Example #2
0
 public static string GetSuffix()
 {
     return(SUFFIXES.RandomElement());
 }
Example #3
0
 public static string Suffix()
 {
     return(SUFFIXES.RandPick());
 }