Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/07/11 13:39:31 (13 years ago)
Author:
gschwarz
Message:

#1433 Updated Problem Control/View

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Controllers/AdminController.cs

    r6117 r6142  
    4242
    4343            return View(algorithmClasses);
    44         }//ActionResult AlgorithmClass
     44        }//ActionResult AlgorithmClassC:\SYS\profiles\schwgh\Desktop\WebApplication\MVC2\HLWebOKBAdminPlugin\Views\Admin\Algorithm.aspx
    4545
    4646        public ActionResult Algorithm() {
     
    7373            return View(problem);
    7474        }//Problem
     75
     76        public ActionResult OKBNamedItemList_Test() {
     77            return View();
     78        }//Problem
     79
    7580    }
    7681}
Note: See TracChangeset for help on using the changeset viewer.