コード例 #1
0
ファイル: Viewer.cs プロジェクト: slieser/sandbox2
 public void SetGraph(Graph g) {
     gViewer.Graph = g.ToMsaglGraph();
 }