Ejemplo n.º 1
0
 public static _404Handler Instance()
 {
     if (instance == null)
     {
         instance = new _404Handler();
     }
     return(instance);
 }
Ejemplo n.º 2
0
 public static _404Handler Instance()
 {
     if (instance == null)
     {
         instance = new _404Handler();
     }
     return instance;
 }