Beispiel #1
0
        //constructor
        public Customer()
        {
            //Customer customer = new Customer();
            Weather weather = new Weather();

            weather.GetActualTemp();
            //ChanceOfBuying();
        }