shithub: openh264

ref: 24d4f0fe9a13303135d045b9f2bb3917cdebd3c9
dir: /test/build/windowsphone/codec_ut/CodecUTApp/LocalizedStrings.cs/

View raw version
using CodecUTApp.Resources;

namespace CodecUTApp
{
    /// <summary>
    /// Provides access to string resources.
    /// </summary>
    public class LocalizedStrings
    {
        private static AppResources _localizedResources = new AppResources();

        public AppResources LocalizedResources { get { return _localizedResources; } }
    }
}