SSPC-Tester/SSPCTester.UI/Views/ProtectView.xaml.cs

9 lines
167 B
C#
Raw Permalink Normal View History

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