Beispiel #1
0
        static void Main(string[] args)
        {
            int         money    = 150;
            CakeAutomat Automat1 = new CakeAutomat(money);

            Automat1.Menu();
        }
Beispiel #2
0
 static void Main(string[] args)
 {
     int money = 150;
     CakeAutomat Automat1 = new CakeAutomat(money);
     Automat1.Menu();
 }