git clone https://rl-dev.de/git/gsconfigtool
using System.Windows.Controls; namespace GsConfigTool.Views; public partial class HomePage : UserControl { public HomePage() { InitializeComponent(); } }