SSPC-Tester/SSPCTester.UI/Views/ProtectView.xaml.cs
2026-06-30 12:10:29 +08:00

9 lines
167 B
C#

using System.Windows.Controls;
namespace SSPCTester.UI.Views;
public partial class ProtectView : UserControl
{
public ProtectView() { InitializeComponent(); }
}