Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/IO/NML/LocatorType.cs @ 3757

Last change on this file since 3757 was 2769, checked in by mkommend, 14 years ago

added unused files for netron (ticket #867)

File size: 391 bytes
Line 
1    using System;
2    using System.Xml;
3    using System.Xml.Serialization;
4    using System.IO;
5   
6   
7namespace Netron.GraphLib.IO.NML {   
8  /// <summary>
9  /// XML wrapper for the locator type
10  /// </summary>
11    [XmlType(IncludeInSchema=true, TypeName="locator.type")]
12    [XmlRoot(ElementName="locator", IsNullable=false, DataType="")]
13    public class LocatorType {}
14}
Note: See TracBrowser for help on using the repository browser.