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