关于switch的问题
if (this.radioButton2.Checked) { this.skinEngine1.SkinFile = "EmeraldColor2.ssk"; return; } else if (this.radioButton3.Checked) { this.skinEngine1.SkinFile = "MidsummerColor2.ssk"; return; }