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

Draw() public method

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