/** * Project : Mono * Namespace : System.Web.UI.MobileControls * Class : MobilePage * Author : Gaurav Vaish * * Copyright : 2002 with Gaurav Vaish, and with * Ximian Inc */ using System.Web.UI; using System.Web.Mobile; namespace System.Web.UI.MobileControls { public class MobilePage : Page { public MobilePage() { } } }