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

ObjectListField.cs « System.Web.UI.MobileControls « System.Web.Mobile « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ecf49b153fc878f9eed620eb505222144f2bf420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
 * Project   : Mono
 * Namespace : System.Web.UI.MobileControls
 * Class     : ObjectListField
 * Author    : Gaurav Vaish
 *
 * Copyright : 2003 with Gaurav Vaish, and with
 *             Ximian Inc
 */

using System.Web.UI;

namespace System.Web.UI.MobileControls
{
	public class ObjectListField //: IStateManager
	{
		public ObjectListField()
		{
		}
	}
}