| 123456789101112131415161718 |
- /**
- * Project : Mono
- * Namespace : System.Web.UI.MobileControls
- * Class : CommandFormat
- * Author : Gaurav Vaish
- *
- * Copyright : 2003 with Gaurav Vaish, and with
- * Ximian Inc
- */
- namespace System.Web.UI.MobileControls
- {
- public enum CommandFormat
- {
- Button,
- Link
- }
- }
|