Beispiel #1
0
 public ShowPropertyBlockRef(BlockRef theBlockRef, IFrame theFrame)
 {
     blockRef            = theBlockRef;
     frame               = theFrame;
     resourceId          = "BlockRef.Object";
     attributeProperties = blockRef.GetAttributeProperties(frame);
 }
Beispiel #2
0
 void OnUserDataAdded(string name, object value)
 {
     attributeProperties = blockRef.GetAttributeProperties(frame);
     propertyTreeView.Refresh(this);
 }