private void SettingsBtn_Click(object sender, RoutedEventArgs e) { SettingsWindow sw = new SettingsWindow(); sw.Show(); }