зеркало из https://github.com/DeGsoft/maui-linux.git
7 строки
119 B
C#
7 строки
119 B
C#
|
namespace Xamarin.Forms.Platform.UWP
|
|||
|
{
|
|||
|
internal interface ITitleViewProvider
|
|||
|
{
|
|||
|
View TitleView { get; set; }
|
|||
|
}
|
|||
|
}
|