private void btnPatchWiiGames_Click(object sender, EventArgs e) { dolphiiMain patchWiiGames = new dolphiiMain(); patchWiiGames.Show(); this.Hide(); }
public void determineIfDATA(string gamespath, ComboBox cbx) { dolphiiMain dolphinMain = new dolphiiMain(); }