Ejemplo n.º 1
0
 private void Step1NextButton_Click(object sender, EventArgs e)
 {
     if (!File.Exists(EmulatorTextBox.Text))
     {
         return;
     }
     this.Step1 = Step1_Enum.Path;
     this.MainTab.SelectedTab = this.Step2Page;
 }
Ejemplo n.º 2
0
 private void DownloadVBAM_Button_Click(object sender, EventArgs e)
 {
     this.Step1 = Step1_Enum.DOWNLOAD_VBA_M;
     this.MainTab.SelectedTab = this.Step2Page;
 }