Changeset 6320 for branches/WebApplication
- Timestamp:
- 05/27/11 19:31:18 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Controllers/ChartController.cs
r6318 r6320 214 214 215 215 public ActionResult Index() { 216 216 217 ChartModel cm = new ChartModel(); 217 218 … … 226 227 Run[] runs = client.GetRuns(runIds, false); 227 228 cm.Runs = runs; 228 229 cm.UpdateRunCollection(runs); 229 230 230 231 return View(cm);
Note: See TracChangeset
for help on using the changeset viewer.