using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace DevExtreme.MVC.Demos.Controllers {
public class ProgressBarController : Controller {
public ActionResult Overview() {
return View();
}
}
}