Changeset 4176 for trunk/tools/Templates/HeuristicLabViewTemplate
- Timestamp:
- 08/08/10 00:28:59 (14 years ago)
- Location:
- trunk/tools/Templates/HeuristicLabViewTemplate
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/Templates/HeuristicLabViewTemplate/DefaultView.cs
r4146 r4176 48 48 } 49 49 #endregion 50 51 #region Content Event Handlers52 // TODO: Put the event handlers on the content that you de/registered in this region53 #endregion54 50 55 51 protected override void OnContentChanged() { … … 68 64 69 65 #region Event Handlers 70 // TODO: Put event handlers on controls this view is owninghere66 // TODO: Put event handlers here 71 67 #endregion 72 68 } -
trunk/tools/Templates/HeuristicLabViewTemplate/MyTemplate.vstemplate
r4146 r4176 2 2 <TemplateData> 3 3 <DefaultName>HeuristicLabView.cs</DefaultName> 4 <Name>HeuristicLab ViewTemplate</Name>4 <Name>HeuristicLab 3.3 View</Name> 5 5 <Description>Creates a HL3.3 view</Description> 6 6 <ProjectType>CSharp</ProjectType>
Note: See TracChangeset
for help on using the changeset viewer.