[chore:] basic ui; imported lucide

This commit is contained in:
Elias Fierke
2025-07-01 15:33:15 +02:00
parent a283e86553
commit d9846e97a2
16 changed files with 118 additions and 13 deletions

View File

@@ -14,4 +14,24 @@ public partial class MainWindow : Window
{
throw new System.NotImplementedException();
}
private void MnuAbout_OnClick(object? sender, RoutedEventArgs e)
{
throw new System.NotImplementedException();
}
private void MnuSettings_OnClick(object? sender, RoutedEventArgs e)
{
throw new System.NotImplementedException();
}
private void MnuHelp_OnClick(object? sender, RoutedEventArgs e)
{
throw new System.NotImplementedException();
}
private void MnuGithub_OnClick(object? sender, RoutedEventArgs e)
{
throw new System.NotImplementedException();
}
}