6 lines
204 B
C#
6 lines
204 B
C#
namespace Prise.Plugin
|
|
{
|
|
[System.AttributeUsage(System.AttributeTargets.Method, Inherited = false, AllowMultiple = false)]
|
|
public sealed class PluginActivatedAttribute : System.Attribute { }
|
|
}
|