HamBook – Rev 54
?pathlinks?
using System.Xml.Serialization;
using HamBook.Radios.Generic;
namespace HamBook
{
[XmlRoot(Namespace = "urn:hambook-memorychannelorganizerbank-schema",
ElementName = "ArrayOfMemoryChannelOrganizerBank")]
[XmlInclude(typeof(Radios.Yaesu.FT_891.MemoryChannel))]
public class MemoryChannelIndexed
{
public MemoryChannelIndexed()
{
}
public MemoryChannelIndexed(int index, MemoryChannel memoryChannel) : this()
{
Index = index;
MemoryChannel = memoryChannel;
}
public int Index { get; set; }
public MemoryChannel MemoryChannel { get; set; }
}
}
Generated by GNU Enscript 1.6.5.90.