public void RegisterRemoteIDs(GH_GuidTable id_list)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public override void RegisterRemoteIDs(GH_GuidTable table)
 {
     Frame.Component = null;
     base.RegisterRemoteIDs(table);
 }
 public void RegisterRemoteIDs(GH_GuidTable id_list)
 {
     throw new NotImplementedException();
 }