Beispiel #1
0
        static void Main()
        {
            //Bill b = new Bill();
            //b.getdata();

            Statistik s = new Statistik();

            s.geoSpace();
        }
Beispiel #2
0
        static void Main()
        {
            //Bill b = new Bill();
            //b.getdata();

            Statistik s = new Statistik();

            s.setGeoSpace();
            s.calcTankstationsInSpace();
        }