shithub: openh264

ref: 40566f29f05e2ec8dced96f80dbb47ce23a4cff3
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; } }
    }
}