Пример #1
0
        public ActionResult Index()
        {
            var model = new ModelBase();

            model.SelectedPage = "software";

            Utilities.LogEvent("HOME_VIEW");

            return View(model);
        }
Пример #2
0
        public ActionResult Download()
        {
            var model = new ModelBase();

            model.SelectedPage = "software";

            Utilities.LogEvent("DOWNLOAD");

            return Redirect("/Downloads/Ming.application");
        }