Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature13 #183

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
upd
  • Loading branch information
Zhiqiangc67 committed Feb 14, 2024
commit bc1b757ecb61b281f1b760732f30abee8935e84b
10 changes: 0 additions & 10 deletions ITKlassenBibliothek/Feature11.cs

This file was deleted.

10 changes: 0 additions & 10 deletions ITKlassenBibliothek/Feature12.cs

This file was deleted.

10 changes: 0 additions & 10 deletions ITKlassenBibliothek/Feature14.cs

This file was deleted.

6 changes: 3 additions & 3 deletions ITKlassenBibliothek/ITMenue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ public static void ITSubMenue()
case "1":
Console.Clear();
//Hier Feature11 aufrufen
Feature11.Feature_11();
//Feature11.Feature_11();
break;

case "2":
Console.Clear();
//Hier Feature12 aufrufen
Feature12.Feature_12();
//Feature12.Feature_12();
break;

case "3":
Expand All @@ -67,7 +67,7 @@ public static void ITSubMenue()
case "4":
Console.Clear();
//Hier Feature14 aufrufen
Feature14.Feature_14();
//Feature14.Feature_14();
break;


Expand Down