DotNet 4.8.1 build of DotNetBar
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace DevComponents.DotNetBar
|
||||
{
|
||||
/// <summary>
|
||||
/// Holds the XML element and attribute names for bar serialization.
|
||||
/// </summary>
|
||||
internal class BarSerializationXml
|
||||
{
|
||||
public static string Bar="bar";
|
||||
public static string Name="name";
|
||||
public static string Custom="custom";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user