зеркало из https://github.com/DeGsoft/maui-linux.git
13 строки
338 B
C#
13 строки
338 B
C#
using System;
|
|
|
|
namespace Xamarin.Forms.Platform.GTK
|
|
{
|
|
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
|
|
public sealed class ExportImageSourceHandlerAttribute : HandlerAttribute
|
|
{
|
|
public ExportImageSourceHandlerAttribute(Type handler, Type target) : base(handler, target)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |