- Timestamp:
- 05/25/11 15:00:44 (13 years ago)
- Location:
- branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Controllers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Controllers/AdminController.cs
r6246 r6290 10 10 using HLWebOKBAdminPlugin.Helpers; 11 11 using HLWebOKBAdminPlugin.Models; 12 using System.Reflection; 12 13 13 14 namespace HLWebOKBAdminPlugin.Controllers { … … 28 29 29 30 public ActionResult Menu() { 31 30 32 return View(); 31 33 }//ActionResult Men -
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Controllers/AlgorithmClassController.cs
r6283 r6290 14 14 // GET: /AlgorithmClass/ 15 15 16 public ActionResult Index() 17 { 16 public ActionResult Index() { 17 18 18 Session["SelectedSubMenu"] = "AlgorithmClass"; 19 19 AlgorithmClassModel acm = new AlgorithmClassModel();
Note: See TracChangeset
for help on using the changeset viewer.