コード例 #1
0
ファイル: WebApplication.cs プロジェクト: cathode/Serenity
 protected WebApplication()
 {
     this.applicationRoot = new ResourceGraphNode(this.GetType().Name);
 }
コード例 #2
0
ファイル: ResourceGraph.cs プロジェクト: cathode/Serenity
 /// <summary>
 /// Initializes a new instance of the <see cref="ResourceGraph"/> class.
 /// </summary>
 public ResourceGraph()
 {
     this.root = new ResourceGraphNode();
 }