示例#1
0
 protected WebApplication()
 {
     this.applicationRoot = new ResourceGraphNode(this.GetType().Name);
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ResourceGraph"/> class.
 /// </summary>
 public ResourceGraph()
 {
     this.root = new ResourceGraphNode();
 }