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