using System; namespace DevComponents.DotNetBar { /// /// Holds the XML element and attribute names for bar serialization. /// internal class BarSerializationXml { public static string Bar="bar"; public static string Name="name"; public static string Custom="custom"; } }