コード例 #1
0
        public ExportAssociation(string[] exportNames, StateSubObject pSubobjectToAssociate)
        {
            this.association = new SubObjectToExportsAssociation(pSubobjectToAssociate, exportNames);

            this.subobject = new StateSubObject(this.association);
        }
 internal ExportAssociation(string[] ExportNames, StateSubObject subObjectToAssociate)
 {
     Association = new SubObjectToExportsAssociation(subObjectToAssociate, ExportNames);
     SubObject   = new StateSubObject(Association);
 }