This commit is contained in:
fabjuuuh
2020-09-30 11:52:38 +02:00
parent 3494f678e3
commit cc7f2d154c
7 changed files with 109 additions and 3 deletions

View File

@@ -24,5 +24,17 @@ namespace DokterApp
{
InitializeComponent();
}
private void Login_Click(object sender, RoutedEventArgs e)
{
}
private void TextBox_TextChanged(object sender, TextChangedEventArgs e)
{
}
}
}