shithub: openh264

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