Refoctoring and cleaning menu class

Made changing menu text color propogate to child text widget
This commit is contained in:
Lars Brubaker 2016-09-14 11:36:01 -07:00
parent 3366dd84b4
commit abf963d729
6 changed files with 36 additions and 66 deletions

View file

@ -16,8 +16,6 @@ namespace MatterHackers.MatterControl
{
public class MenuOptionFile : MenuBase
{
private static CreateFolderWindow createFolderWindow = null;
public static MenuOptionFile CurrentMenuOptionFile = null;
public EventHandler RedeemDesignCode;