public ActionResult Run() { PingOperations p = new PingOperations(); p.RunTheCheckList(); return(View("AllOperations")); }
public ActionResult Add(PingOperations checkIp) { PingOperations.CheckList.Add(checkIp); return(View("AllOperations")); }