Exemple #1
0
 public void AddType(string typenaming, Type type)
 {
     _factory.AddType(typenaming, type);
 }
 public void AddType(string classType, Type type)
 {
     _factory.AddType(classType, type);
 }