Exemplo n.º 1
0
 public CustomErrorsConfig(XrcSection xrcSerction)
 {
     _xrcSerction = xrcSerction;
     _customErrors = GetCustomErrors();
 }
Exemplo n.º 2
0
 public FileSystemConfig(XrcSection xrcSection)
 {
     _xrcSection = xrcSection;
 }
Exemplo n.º 3
0
 public void TestInitialize()
 {
     _section = new XrcSection();
 }