By CatyboyStudio
Displays the method as a button, and the user can click to execute the method body
public int Value; [Button] protected void Test1() { Value += 1; }
Runtime supported