Exemple #1
0
 public TagStackModel(TagStackModel parent)
 {
     _model = new Reflection(new Hashtable());
     _parent = parent;
 }
 public TagStackModel(TagStackModel parent, int stackDepth)
 {
     _model      = new Reflection(new Hashtable());
     _parent     = parent;
     _stackDepth = stackDepth;
 }