public DocumentObjectModel(Root root)
 {
     Root = root;
 }
예제 #2
0
        public void Build(object roottag, ref Grid cotnrol)
        {
			Root = roottag as Root;
			cotnrol = new Grid();
        }