protected override void OnLoaded() { this.DataContext = this.viewModel = new ViewModelWindowFactionLearningPointsDonation( callbackCloseWindow: () => this.CloseWindow()); }
protected override void OnUnloaded() { this.DataContext = null; this.viewModel.Dispose(); this.viewModel = null; }