Skip to content

Commit d53b81b

Browse files
committed
UD
1 parent d46f570 commit d53b81b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

WIKlassenBibliothek/Feature18.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
using System;
22

3-
class Program
3+
internal class Feature18
44

55
{
66

7-
static void Main()
7+
internal static void Feature_18()
88

99
{
1010

WIKlassenBibliothek/WIMenue.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public static void WISubMenue()
5656
{
5757
case "1":
5858
Console.Clear();
59+
5960
//Hier das Etechnikmenü aufrufen
6061
break;
6162

@@ -67,6 +68,7 @@ public static void WISubMenue()
6768

6869
case "3":
6970
Console.Clear();
71+
Feature18.Feature_18();
7072
//Hier das Mathematikmenü aufrufenc
7173
break;
7274

0 commit comments

Comments
 (0)