ChestClient.Controllers.StandoffController.Draw C# (CSharp) 메소드

Draw() 공개 메소드

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