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