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