Esempio n. 1
0
        internal SLIconFilter Clone()
        {
            SLIconFilter icf = new SLIconFilter();
            icf.IconSet = this.IconSet;
            icf.IconId = this.IconId;

            return icf;
        }
Esempio n. 2
0
        internal SLIconFilter Clone()
        {
            SLIconFilter icf = new SLIconFilter();

            icf.IconSet = this.IconSet;
            icf.IconId  = this.IconId;

            return(icf);
        }