Exemplo n.º 1
0
 void NewKunde()
 {
     var tmp = new Dialogs.KundeDetail();
     tmp.ShowDialog();
     BindTo();
 }
Exemplo n.º 2
0
 void EditKunde(Kunde k)
 {
     var tmp = new Dialogs.KundeDetail(k);
     tmp.ShowDialog();
     BindTo();
 }