Esempio n. 1
0
        static void Main(string[] args)
        {
            LocationsData Locations = new LocationsData(); //this sets up the dictionary for the storage of names and locations that have been sent to the server

            runServer(Locations);                          //this new dictionary is sent to the runServer method to start the server running
        }