ref: 94c94ca3b124cac6ba376c0fc3112446493d5087
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; } }
}
}