public ObjectInfoViewModel(ObjectInformation objectInformation, Dispatcher dispatcher) { this.objectInformation = objectInformation; this.dispatcher = dispatcher; //this.objectInformation.ObjectReferences.CollectionChanged += ObjectReferences_CollectionChanged; this.objectInformation.ReferencesChanged += objectInformation_ReferencesChanged; GcCollectCommand = base.AddNewCommand(new ActionCommand(GcCollect)); }
public Apex(ObjectInformation objectInformation) { Apex.ObjectInformation = objectInformation; }