Ejemplo n.º 1
0
 private void Step3NextButton_Click(object sender, EventArgs e)
 {
     if (!File.Exists(SappyTextBox.Text))
     {
         return;
     }
     this.Step3 = Step3_Enum.Path;
     this.MainTab.SelectedTab = this.Step4Page;
 }
Ejemplo n.º 2
0
 private void button9_Click(object sender, EventArgs e)
 {
     this.Step3 = Step3_Enum.DO_NOT_SELECT;
     this.MainTab.SelectedTab = this.Step4Page;
 }
Ejemplo n.º 3
0
 private void button10_Click(object sender, EventArgs e)
 {
     this.Step3 = Step3_Enum.DOWNLOAD_SAPPY;
     this.MainTab.SelectedTab = this.Step4Page;
 }
Ejemplo n.º 4
0
 private void button11_Click(object sender, EventArgs e)
 {
     this.Step3 = Step3_Enum.DOWNLOAD_GBA_MUSIC_STDIO;
     this.MainTab.SelectedTab = this.Step4Page;
 }