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