コード例 #1
0
 public TestLayoutVertex(string name, int priority = 1)
     : base(new DiagramNode(ModelNode.Create(name)), priority)
 {
 }