Exemplo n.º 1
0
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public SystemArchitectureReferencesCollection(ISystemArchitecture parent)
 {
     this._parent = parent;
     parent.AssemblyContexts.AsNotifiable().CollectionChanged += this.HandleCollectionChange;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public SystemArchitectureBaseTypesCollection(ISystemArchitecture parent)
 {
     this._parent = parent;
 }