Ejemplo n.º 1
0
 private void Window_Loaded(object sender, RoutedEventArgs e)
 {
     UcCall.UcAdd(ContentSide, new ucAddKunde());
     DbConnection.ConTest();
     ConnectionStatus.Content = DbConnection.ConStatus;
 }
Ejemplo n.º 2
0
 private void AddKundeBtn_Click(object sender, RoutedEventArgs e)
 {
     UcCall.UcAdd(ContentSide, new ucAddKunde());
 }