ChestClient.Controllers.StandoffController.Break C# (CSharp) Method

Break() public method

public Break ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Break()
        {
            return View();
        }
StandoffController