Exemplo n.º 1
0
 public ConfigurationDialog newConfigurationDialog(Form f)
 {
     if (cdb == null)
         cdb = CDBAllocatorDictionary.theCDBAllocatorDictionary.allocate(
             getNameSymbol(), f, this);
     return cdb;
 }
Exemplo n.º 2
0
 public Node(NodeDefinition nd, Network net, int inst)
 {
     network = net;
     instanceNumber = inst;
     setDefinition(nd);
     vpe_xpos = vpe_ypos = 0;
     labelSymbol = Symbol.zero;
     standin = null;
     cdb = null;
     moduleMessageId = null;
     nodeCacheability = nd.DefaultCacheability;
     buildParameterLists();
     marked = false;
     layout_information = null;
 }