예제 #1
0
파일: BaseNode.cs 프로젝트: mengtest/CZNode
 public void SetGraphView(BaseGraphView graphView)
 {
     this.GraphView = graphView;
 }