Skip to content

Instantly share code, notes, and snippets.

@BrianMRO
Last active June 17, 2021 15:05
Embed
What would you like to do?
Old Way of Adding Actions to Menus
#region Initialize
public override void Initialize()
{
base.Initialize();
Base.action.AddMenuAction(printLabel);
}
#endregion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment