maui-linux/Xamarin.Forms.ControlGaller.../LocalizedStrings.cs

15 строки
357 B
C#

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