master
Alper Kaya 2022-10-10 13:47:53 +02:00
parent 027683b7a8
commit 645c1b7e07
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class UI {
case 2: kontoAnlegen(); break;
case 3: kontoEinzahlen(); break;
case 4: kontoStand(); break;
//case 5: kontoAbheben() break; Test
//case 5: kontoAbheben() break; Ttest
case 9: break mainloop;
}
}