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