CodeTV.TunerTypeEx.TunerTypeEx C# (CSharp) Method

TunerTypeEx() public method

public TunerTypeEx ( TunerType channelType ) : System
channelType TunerType
return System
        public TunerTypeEx(TunerType channelType)
        {
            this.channelType = channelType;
        }