Exemple #1
0
        public ActionResult Run()
        {
            PingOperations p = new PingOperations();

            p.RunTheCheckList();

            return(View("AllOperations"));
        }
Exemple #2
0
        public ActionResult Add(PingOperations checkIp)
        {
            PingOperations.CheckList.Add(checkIp);

            return(View("AllOperations"));
        }