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