Esempio n. 1
0
        private LibraryConfiguration(LibraryConfiguration source)
        {
            this.Highlighting = source.Highlighting.DeepCopy();
            this.Date         = source.Date.DeepCopy();
#if !SILVERLIGHT
            this.Mailer        = source.Mailer.DeepCopy();
            this.Session       = source.Session.DeepCopy();
            this.Serialization = source.Serialization.DeepCopy();
#endif
        }
Esempio n. 2
0
        public LibraryConfiguration()
        {
            this.Highlighting = new HighlightingSection();
            this.Date         = new DateSection();
#if !SILVERLIGHT
            this.Mailer        = new MailerSection();
            this.Session       = new SessionSection();
            this.Serialization = new SerializationSection();
#endif
        }
Esempio n. 3
0
        private LibraryConfiguration(LibraryConfiguration source)
        {
            this.Highlighting = source.Highlighting.DeepCopy();
            this.Date = source.Date.DeepCopy();
#if !SILVERLIGHT
            this.Mailer = source.Mailer.DeepCopy();
            this.Session = source.Session.DeepCopy();
            this.Serialization = source.Serialization.DeepCopy();
#endif
        }
Esempio n. 4
0
        public LibraryConfiguration()
        {
            this.Highlighting = new HighlightingSection();
            this.Date = new DateSection();
#if !SILVERLIGHT
            this.Mailer = new MailerSection();
            this.Session = new SessionSection();
            this.Serialization = new SerializationSection();
#endif
        }