refactoring api

This commit is contained in:
Lars Brubaker 2021-02-04 18:13:17 -08:00
parent 44c7d1de50
commit 6b27f82d88
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ namespace MatterHackers.MatterControl.DesignTools
public string HelpText { get; set; }
public Action<GuiWidget> SetEnabled { get; set; }
public Action<GuiWidget> SetStates { get; set; }
public Action Action { get; set; }
}