Ejemplo n.º 1
0
        //[Category("TV"), Description("Last tune channel")]
        //public string LastChannel { get { return this.lastChannel; } set { this.lastChannel = value; } }

        //[XmlIgnoreAttribute]
        //[BrowsableAttribute(false)]
        //public ChannelFolder Parent { get { return this.parent; } set { this.parent = value; } }



        public Settings()
        {
            this.winLIRCcommandMappingProxy = new HashtableSerializationProxy(this.winLIRCcommandMapping);
        }
Ejemplo n.º 2
0
 //[Category("TV"), Description("Last tune channel")]
 //public string LastChannel { get { return this.lastChannel; } set { this.lastChannel = value; } }
 //[XmlIgnoreAttribute]
 //[BrowsableAttribute(false)]
 //public ChannelFolder Parent { get { return this.parent; } set { this.parent = value; } }
 public Settings()
 {
     this.winLIRCcommandMappingProxy = new HashtableSerializationProxy(this.winLIRCcommandMapping);
 }