diff --git a/MainWindow.axaml.cs b/MainWindow.axaml.cs index 1dec9ee..262cb80 100644 --- a/MainWindow.axaml.cs +++ b/MainWindow.axaml.cs @@ -64,4 +64,14 @@ public partial class MainWindow : Window w.Content = g; w.Show(); } + + private void BtnImport_OnClick(object? sender, RoutedEventArgs e) + { + // CSV Import + } + + private void BtnCraftCourses_OnClick(object? sender, RoutedEventArgs e) + { + // Craft courses here / call course-crafter + } } \ No newline at end of file