public ActionResult Results() { PingPongGenerator.ClearAll(); PingPongGenerator pingpong = new PingPongGenerator(int.Parse(Request.Form["inputNumber"])); return(View(pingpong.CountsTo())); }
public void Dispose() { PingPongGenerator.ClearAll(); }
public ActionResult Clear() { PingPongGenerator.ClearAll(); return(View()); }