Latest submodules
This commit is contained in:
parent
f47942dd05
commit
194e1c7e81
5 changed files with 11 additions and 8 deletions
|
|
@ -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; }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue