Beispiel #1
0
 static void Main(string[] args)
 {
     SkiLift lift = new SkiLift();
     lift.Run();
 }
Beispiel #2
0
        static void Main(string[] args)
        {
            SkiLift lift = new SkiLift();

            lift.Run();
        }