Skip to content

Instantly share code, notes, and snippets.

@andreaGhisa
Last active July 18, 2018 10:00
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 andreaGhisa/639edb99bcd154d750dee6f7fb33a5c0 to your computer and use it in GitHub Desktop.
Save andreaGhisa/639edb99bcd154d750dee6f7fb33a5c0 to your computer and use it in GitHub Desktop.
[Action("Action Name", Name = "Help", Icon = "wiki", Description = "")]
[ActionLayout(typeof(TmAnonymizerRibbonGroup), 250, DisplayType.Large)]
 public class TmAnonymizerHelpAction : AbstractAction{
  protected override void Execute(){
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment