linphone-iphone/build/wp8/LibLinphoneTester-wp8/LocalizedStrings.cs
2014-06-25 17:46:43 +02: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; } }
}
}