示例#1
0
 public virtual void Refresh(PlantIcon icon)
 {
     this._icon = icon;
     this._itemName.set_text(icon.itemName);
     this._itemIcon.set_sprite(icon.itemIcon);
     ((ReactiveProperty <bool>) this._finished).set_Value(false);
 }
示例#2
0
 public virtual void Open(PlantIcon icon)
 {
     this.Refresh(icon);
     this.IsActiveControl = true;
 }