コード例 #1
0
ファイル: ComponentFactory.cs プロジェクト: Nkmol/Circuit
 public void AddType(string typenaming, Type type)
 {
     _factory.AddType(typenaming, type);
 }
 public void AddType(string classType, Type type)
 {
     _factory.AddType(classType, type);
 }