void b2() { X360.STFS.RSAParams xparams; if (radioButton1.Checked) xparams = xparent.PublicKV; else if (radioButton2.Checked) xparams = new X360.STFS.RSAParams(StrongSigned.PIRS); else xparams = new X360.STFS.RSAParams(StrongSigned.LIVE); if (checkBoxX1.Checked) xGame.FixPackage(xparams); else xGame.WriteHeader(xparams); }
void b2() { X360.STFS.RSAParams xparams; if (radioButton1.Checked) { xparams = xparent.PublicKV; } else if (radioButton2.Checked) { xparams = new X360.STFS.RSAParams(StrongSigned.PIRS); } else { xparams = new X360.STFS.RSAParams(StrongSigned.LIVE); } if (checkBoxX1.Checked) { xGame.FixPackage(xparams); } else { xGame.WriteHeader(xparams); } }