2
0

HandlerFactoryProxy.cs 258 B

123456789101112131415
  1. //
  2. // System.Web.Configuration.HandlerFactoryProxy
  3. //
  4. // Author:
  5. // Patrik Torstensson ([email protected])
  6. //
  7. using System;
  8. namespace System.Web.Configuration {
  9. [MonoTODO]
  10. public class HandlerFactoryProxy {
  11. public HandlerFactoryProxy() {
  12. }
  13. }
  14. }