private void OnAboutClick(CommandBarButton Ctrl, ref bool CancelDefault) { using (var window = new _AboutWindow()) { window.ShowDialog(); } }