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