зеркало из https://github.com/DeGsoft/maui-linux.git
9 строки
143 B
C#
9 строки
143 B
C#
|
using System;
|
||
|
|
||
|
namespace Xamarin.Forms.Xaml
|
||
|
{
|
||
|
public interface IValueProvider
|
||
|
{
|
||
|
object ProvideValue(IServiceProvider serviceProvider);
|
||
|
}
|
||
|
}
|