Latest submodules

This commit is contained in:
John Lewin 2019-04-01 16:35:44 -07:00
parent f47942dd05
commit 194e1c7e81
5 changed files with 11 additions and 8 deletions

View file

@ -3,7 +3,6 @@ using MatterHackers.Agg;
using MatterHackers.Agg.Image;
using MatterHackers.Agg.UI;
using MatterHackers.MatterControl.CustomWidgets;
using MatterHackers.MatterControl.SlicerConfiguration;
namespace MatterHackers.MatterControl.ConfigurationPage
{
@ -12,7 +11,9 @@ namespace MatterHackers.MatterControl.ConfigurationPage
public class ToggleSwitchConfig
{
public bool Checked { get; set; }
public string Name { get; set; }
public Action<bool> ToggleAction { get; set; }
}