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