コード例 #1
0
        private void btnDecompiled_Click(object sender, EventArgs e)
        {
            mainCode mainCodes = new mainCode();

            mainCodes.decompileButtonAction(Properties.Settings.Default.wiigamespath, cbxGames, btnDecompiled);
            mainCodes.checkIfDecompiled(Properties.Settings.Default.wiigamespath, cbxGames, btnDecompiled, btnOpenPatch, btnLaunch, pbxCoverArt, pbxRegion);
        }
コード例 #2
0
        private void cbxGames_SelectedIndexChanged(object sender, EventArgs e)
        {
            mainCode mainCodes = new mainCode();

            mainCodes.checkIfDecompiled(Properties.Settings.Default.wiigamespath, cbxGames, btnDecompiled, btnOpenPatch, btnLaunch, pbxCoverArt, pbxRegion);
        }