Пример #1
0
        public ActionResult Index()
        {
            ExtNetModel model = new ExtNetModel()
            {
                Title = "Welcome to Ext.NET",
                TextAreaEmptyText = ">> Enter a Message Here <<"
            };

            return this.View(model);
        }
Пример #2
0
        public ActionResult Index()
        {
            ExtNetModel model = new ExtNetModel()
            {
                Title             = "Welcome to Ext.NET",
                TextAreaEmptyText = ">> Enter a Message Here <<"
            };

            return(this.View(model));
        }
Пример #3
0
        public ActionResult Index()
        {
            ExtNetModel model = new ExtNetModel()
            {
                Title             = "COMANDOS A REALIZAR",
                TextAreaEmptyText = ">> Enter a Message Here <<"
            };

            return(this.View(model));
        }