Ejemplo n.º 1
0
 public virtual IFormInterface CreateForm()
 {
     return((IFormInterface)NodeTypeTable.CreateInstance("FormInterface"));
 }
Ejemplo n.º 2
0
 public Deserializer(NodeTypeTable table)
 {
     _table = table;
 }