using System.Windows.Controls; using SparkClient.ViewModel.Configuration; namespace SparkClient.Views.Configuration; public partial class LevelConfigPage { public LevelConfigPage() { InitializeComponent(); DataContext = new LevelConfigVM(); } }