예제 #1
0
        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));
        }
예제 #2
0
 public Apex(ObjectInformation objectInformation)
 {
     Apex.ObjectInformation = objectInformation;
 }
예제 #3
0
 public Apex(ObjectInformation objectInformation)
 {
     Apex.ObjectInformation = objectInformation;
 }