mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-14 11:22:03 +01:00
- 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
8 lines
105 B
C#
8 lines
105 B
C#
namespace ChanSort.Api
|
|
{
|
|
public class LnbConfig
|
|
{
|
|
public int Id { get; protected set; }
|
|
}
|
|
}
|