protected override void OnClosing(CancelEventArgs e) { AppBar.UnregisterAppBar(this.Handle); base.OnClosing(e); }
public void UnregisterAppBar() { AppBar.UnregisterAppBar(this.Handle); this.isAppBarRegistered = false; }