日期:2014-05-18 浏览次数:20944 次
 if (this.radioButton2.Checked)
            {
                this.skinEngine1.SkinFile = "EmeraldColor2.ssk";
                return;
            }
            else if (this.radioButton3.Checked)
            {
                this.skinEngine1.SkinFile = "MidsummerColor2.ssk";
                return;
            }