зеркало из https://github.com/DeGsoft/maui-linux.git
7 строки
117 B
C#
7 строки
117 B
C#
|
namespace Xamarin.Forms
|
||
|
{
|
||
|
internal interface IResourcesProvider
|
||
|
{
|
||
|
ResourceDictionary Resources { get; set; }
|
||
|
}
|
||
|
}
|