ErstChanges , braucht immer noch debug ,wahrscheinlich später

This commit is contained in:
younes elhaddoury
2026-01-29 12:57:39 +01:00
parent ecff9e7374
commit 258fbd17e6
17 changed files with 788 additions and 75 deletions

34
SkyTeam/HomePage.xaml.cs Normal file
View File

@@ -0,0 +1,34 @@
using System.Windows;
using System.Windows.Controls;
namespace SkyTeam
{
public partial class NavigationPage : Page
{
public NavigationPage()
{
InitializeComponent();
}
private void HomeButton_Click(object sender, RoutedEventArgs e)
{
}
private void BookingsButton_Click(object sender, RoutedEventArgs e)
{
}
private void SettingsButton_Click(object sender, RoutedEventArgs e)
{
}
private void BookFlightButton_Click(object sender, RoutedEventArgs e)
{
}
}
}