pschelpdesk/Vendor/Prise.Plugin/PluginActivatedAttribute.cs
2024-11-04 20:45:34 +01:00

6 lines
204 B
C#

namespace Prise.Plugin
{
[System.AttributeUsage(System.AttributeTargets.Method, Inherited = false, AllowMultiple = false)]
public sealed class PluginActivatedAttribute : System.Attribute { }
}