示例#1
0
 private static bool IsCobrandMenu(string item)
 {
     return(LiveAssetKeys.GetAssetKeyString(LiveAssetKey.CobrandingCustomMenu).Equals(item));
 }
示例#2
0
 public string GetString(LiveAssetKey assetKey)
 {
     return(this.GetString(LiveAssetKeys.GetAssetKeyString(assetKey)));
 }