Welcome to mirror list, hosted at ThFree Co, Russian Federation.

HandlerFactoryProxy.cs « System.Web.Configuration « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2611dce1d6523c082a26429d158ae4c0190eeb28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 
// System.Web.Configuration.HandlerFactoryProxy
//
// Author:
//   Patrik Torstensson (ptorsten@hotmail.com)
//
using System;

namespace System.Web.Configuration {
	[MonoTODO]
	class HandlerFactoryProxy {
		public HandlerFactoryProxy() {
		}
	}
}