10 lines
129 B
C#
10 lines
129 B
C#
using System;
|
|
|
|
namespace BitStrap
|
|
{
|
|
[AttributeUsage(AttributeTargets.Method)]
|
|
public class ButtonAttribute : Attribute
|
|
{
|
|
}
|
|
}
|