예제 #1
0
 void NewKunde()
 {
     var tmp = new Dialogs.KundeDetail();
     tmp.ShowDialog();
     BindTo();
 }
예제 #2
0
 void EditKunde(Kunde k)
 {
     var tmp = new Dialogs.KundeDetail(k);
     tmp.ShowDialog();
     BindTo();
 }