Exemplo n.º 1
0
 public static string GetPersistedStatBucketNameKey(PersistedStatBucket bucket)
 {
     return("PersistedStatBucket_" + bucket.ToString() + "@Global");
 }
Exemplo n.º 2
0
 public static string TR_PersistedStatBucketName(PersistedStatBucket bucket)
 {
     return(ScriptLocalization.Get(ScriptLocalization.GetPersistedStatBucketNameKey(bucket)));
 }