shithub: openh264

ref: d71ae9ffdf4345e5b394c7095c41f79b72d79d2c
dir: /codec/build/windowsphone/all/CodecApp/LocalizedStrings.cs/

View raw version
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; } }
    }
}