We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46f570 commit d53b81bCopy full SHA for d53b81b
WIKlassenBibliothek/Feature18.cs
@@ -1,10 +1,10 @@
1
using System;
2
3
-class Program
+internal class Feature18
4
5
{
6
7
- static void Main()
+ internal static void Feature_18()
8
9
10
WIKlassenBibliothek/WIMenue.cs
@@ -56,6 +56,7 @@ public static void WISubMenue()
56
57
case "1":
58
Console.Clear();
59
+
60
//Hier das Etechnikmenü aufrufen
61
break;
62
@@ -67,6 +68,7 @@ public static void WISubMenue()
67
68
69
case "3":
70
71
+ Feature18.Feature_18();
72
//Hier das Mathematikmenü aufrufenc
73
74
0 commit comments