using System.Windows.Controls.Primitives;
namespace SpaceEngineersBlueprintEditor.Installer.Views.Controls;
public class SwitchButton : ToggleButton
{
public SwitchButton()
{
}
}
using System.Windows.Controls.Primitives;
namespace SpaceEngineersBlueprintEditor.Installer.Views.Controls;
public class SwitchButton : ToggleButton
{
public SwitchButton()
{
}
}