Exemplo n.º 1
0
        public static Post FromXML(string xml)
        {
            Post the_Post = ObjectManager.ConvertToObject <Post>(xml);

            the_Post.Loaded();
            the_Post.ResetStatus();

            return(the_Post);
        }