shithub: openh264

ref: 8537a9274dd2d356bf0c8d8d3d918d3b1d7b7d8e
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; } }
    }
}