Skip to content

Instantly share code, notes, and snippets.

@BrianMRO
Last active June 17, 2021 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrianMRO/0b39aead5ee76280fce1a6bf50a0b1aa to your computer and use it in GitHub Desktop.
Save BrianMRO/0b39aead5ee76280fce1a6bf50a0b1aa to your computer and use it in GitHub Desktop.
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