Exemple #1
0
        // Public Methods 

        public static RootDomain FromXElement(XElement x)
        {
            RootDomain a = new RootDomain();

            a.Fill(x);
            return(a);
        }