Beispiel #1
0
 public OrgChartDocument()
 {
     this.OrgCharts     = new List <Node>();
     this.LayoutOptions = new LayoutOptions();
 }
 public OrgChartDocument()
 {
     this.OrgCharts = new List<Node>();
     this.LayoutOptions = new LayoutOptions();
 }