private void OpenSettingsFlyout1Command_Click(object sender, RoutedEventArgs e) { var flyout = new SettingsFlyout1(); flyout.ShowIndependent(); }