Files
ChanSort/ChanSort.Api/Model/LnbConfig.cs
hbeham f99c865b51 - targeting .NET 4.0 and DevExpress 13.1
- auto-detect byte-order for Panasonic "svl.bin" channel list
- saving SamToolBox *.chl channel list
- no longer auto-saving *.csv channel list
- disabled, incomplete: creating channels from reference list
2013-07-19 17:27:02 +02:00

8 lines
105 B
C#

namespace ChanSort.Api
{
public class LnbConfig
{
public int Id { get; protected set; }
}
}