Files
ShrlAlgoToolkit/Melskin/Controls/ToggleSwitch.xaml.cs

18 lines
307 B
C#
Raw Permalink Normal View History

2025-12-23 21:35:54 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Controls.Primitives;
2026-01-02 17:30:41 +08:00
namespace Melskin.Controls
2025-12-23 21:35:54 +08:00
{
/// <summary>
/// 切换按钮
/// </summary>
public class ToggleSwitch:ToggleButton
{
}
}