source:
branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorDom/Events/EventClasses.cs
@
13827
Last change on this file since 13827 was 12762, checked in by aballeit, 9 years ago | |
---|---|
File size: 257 bytes |
Line | |
---|---|
1 | using System; |
2 | |
3 | namespace SharpVectors.Dom.Events |
4 | { |
5 | /// <summary> |
6 | /// Summary description for EventClasses. |
7 | /// </summary> |
8 | public class EventClasses |
9 | { |
10 | public static readonly string XmlEvents2001 = "http://www.w3.org/2001/xml-events"; |
11 | } |
12 | } |
Note: See TracBrowser
for help on using the repository browser.