Beispiel #1
0
        /// <summary>
        /// Creates a new instance.
        /// </summary>
        public ApplicationConfiguration()
        {
#if !SILVERLIGHT
            Paths = new PathsSection();
#endif
            Compiler      = new CompilerSection();
            Globalization = new GlobalizationSection();
        }
Beispiel #2
0
		/// <summary>
		/// Creates a new instance.
		/// </summary>
		public ApplicationConfiguration()
		{
#if !SILVERLIGHT
			Paths = new PathsSection();
#endif
			Compiler = new CompilerSection();
			Globalization = new GlobalizationSection();
		}