Example #1
0
 private void btnRunProgram_Click(object sender, EventArgs e)
 {
     MainScreenLogic.RunHelper(this.btnRunProgram, this.txtArchivePath, this.txtInputPath, this.txtOutputPath, this.btnResults);
 }