예제 #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)));
 }