using System.Windows.Controls; namespace GsConfigTool.Views; public partial class HomePage : UserControl { public HomePage() { InitializeComponent(); } }