private void ExportModels_Click(object sender, RoutedEventArgs e) { KQTDialog dialog = new KQTDialog() { Content = new ModelExporterOptions() }; dialog.ShowDialog(); }
private void DatabaseOptions_Click(object sender, RoutedEventArgs e) { KQTDialog dialog = new KQTDialog() { Content = new DatabaseOptions() }; dialog.ShowDialog(); }