コード例 #1
0
 public void UpdateStatus(NodeItemStatus status)
 {
     this.status = status;
     this.UpdateNodeShow();
 }
コード例 #2
0
 public void UpdateNode(PVENode node, NodeItemStatus status)
 {
     this.nodeConfig = node;
     this.status = status;
     this.UpdateNodeShow();
 }