Ejemplo n.º 1
0
 void OnAttachToPanel(AttachToPanelEvent e)
 {
     if (NodeModel is IObjectReference modelReference && modelReference.ReferencedObject != null)
     {
         TitleLabel?.Bind(new SerializedObject(modelReference.ReferencedObject));
     }
 }