maui-linux/Xamarin.Forms.Core/ISystemResourcesProvider.cs

10 строки
207 B
C#

using System.ComponentModel;
namespace Xamarin.Forms.Internals
{
[EditorBrowsable(EditorBrowsableState.Never)]
public interface ISystemResourcesProvider
{
IResourceDictionary GetSystemResources();
}
}