Exemplo n.º 1
0
 private void btnCompile_Click(object sender, EventArgs e)
 {
     MainScreenLogic.CompileHelper(this.btnCompile, this.txtArchivePath, this.txtInputPath, this.txtOutputPath);
 }