#if !(ANDROID || WINDOWS || IOS || MACCATALYST) using gehGassi.Toolkit.Views.ContentButton; namespace gehGassi.Toolkit.Handlers.ContentButton { public partial class ContentButtonHandler : Microsoft.Maui.Handlers.ElementHandler { public ContentButtonHandler(IPropertyMapper mapper, CommandMapper commandMapper) : base(mapper, commandMapper) { } protected override object CreatePlatformElement() => throw new NotSupportedException(); } } #endif