コード例 #1
0
 public EditNode(Graph graph)
 {
     InitializeComponent();
     this.CurrentGraph = graph.Copy();
 }