This commit is contained in:
fabjuuuh
2020-09-30 13:12:18 +02:00
parent cc7f2d154c
commit 41e77ba16c
8 changed files with 77 additions and 41 deletions

View File

@@ -25,16 +25,16 @@ namespace DokterApp
InitializeComponent();
}
private void Login_Click(object sender, RoutedEventArgs e)
{
}
private void TextBox_TextChanged(object sender, TextChangedEventArgs e)
{
}
private void Login_Click_1(object sender, RoutedEventArgs e)
{
WindowTabs windowTabs = new WindowTabs();
windowTabs.Show();
this.Close();
}
}
}