Exemplo n.º 1
0
        private void btnPatchWiiGames_Click(object sender, EventArgs e)
        {
            dolphiiMain patchWiiGames = new dolphiiMain();

            patchWiiGames.Show();
            this.Hide();
        }
Exemplo n.º 2
0
 public void determineIfDATA(string gamespath, ComboBox cbx)
 {
     dolphiiMain dolphinMain = new dolphiiMain();
 }