зеркало из https://github.com/DeGsoft/maui-linux.git
16 строки
334 B
C#
16 строки
334 B
C#
|
using Xamarin.Forms;
|
|||
|
using Xamarin.Forms.ControlGallery.Windows;
|
|||
|
using Xamarin.Forms.Controls;
|
|||
|
|
|||
|
[assembly: Dependency (typeof (StringProvider))]
|
|||
|
|
|||
|
namespace Xamarin.Forms.ControlGallery.Windows
|
|||
|
{
|
|||
|
public class StringProvider : IStringProvider
|
|||
|
{
|
|||
|
public string CoreGalleryTitle {
|
|||
|
get { return "Windows Core Gallery"; }
|
|||
|
}
|
|||
|
}
|
|||
|
}
|