Changeset 26
- Timestamp:
- 08/24/11 15:18:40 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/GSSimStudio.java
r22 r26 925 925 { 926 926 ganntChartModel = new GanntChartModel(); 927 gssimStudioModel.get ResourceChartComponents().put(index.toString(), ganntChartModel);927 gssimStudioModel.getGanntChartComponents().put(index.toString(), ganntChartModel); 928 928 } 929 929 VineFlexUtilClass.invokeDestination(GanntChart.class, parameters, ganntChartModel);
Note: See TracChangeset
for help on using the changeset viewer.