Beispiel #1
0
        public ActionResult SystemInfo()
        {
            SystemInfoModel model = new SystemInfoModel(ServiceSystem.GetServerInfo());

            return(View(model));
        }