linphone-iphone/build/vsx/LibLinphoneTester-wp8/LibLinphoneTester-wp8/LocalizedStrings.cs
2013-03-01 16:45:31 +01:00

14 lines
No EOL
385 B
C#

using LibLinphoneTester_wp8.Resources;
namespace LibLinphoneTester_wp8
{
/// <summary>
/// Provides access to string resources.
/// </summary>
public class LocalizedStrings
{
private static AppResources _localizedResources = new AppResources();
public AppResources LocalizedResources { get { return _localizedResources; } }
}
}