예제 #1
0
        //this loads in the cliloc data into a nice easy to use List<>
        public static void Initialize()
        {
            //NOTE: to use other regional languages, change the filename here
            CliLocDAO cdao = new CliLocDAO("cliloc.enu");

            _CliLocs = cdao.Read();
        }
예제 #2
0
		//this loads in the cliloc data into a nice easy to use List<>
		public static void Initialize()
		{
			//NOTE: to use other regional languages, change the filename here
			CliLocDAO cdao = new CliLocDAO( "cliloc.enu" );
			_CliLocs = cdao.Read();
		}