Example #1
0
File: WebConf.cs Project: Rai/aura
		public WebConf()
		{
			this.Web = new WebConfFile();
		}
Example #2
0
 public WebConf()
 {
     this.Web = new WebConfFile();
 }