/** * Project : Mono * Namespace : System.Web.UI.MobileControls * Class : FormMethod * Author : Gaurav Vaish * * Copyright : 2002 with Gaurav Vaish, and with * Ximian Inc */ namespace System.Web.UI.MobileControls { public enum FormMethod { Get, Post } }