ref: a38d4fecfd55ba5e065af4c2bec3562397b51eab
dir: /test/build/windowsphone/codec_ut/CodecUTApp/LocalizedStrings.cs/
using CodecUTApp.Resources;
namespace CodecUTApp
{
/// <summary>
/// Provides access to string resources.
/// </summary>
public class LocalizedStrings
{
private static AppResources _localizedResources = new AppResources();
public AppResources LocalizedResources { get { return _localizedResources; } }
}
}