예제 #1
0
 public Shape(IGraphSite site)
     : base(site)
 {
     mControls = new NetronGraphControlCollection();
 }
예제 #2
0
 public Shape()
 {
     mControls = new NetronGraphControlCollection();
 }