private void confAnotherMachineButton_Click(object sender, EventArgs e) { WizardPageEventArgs wpea = PreChangePage(-3); PostChangePage(wpea); }
More information about formatting options
I got it working just after
private void confAnotherMachineButton_Click(object sender, EventArgs e)
{
WizardPageEventArgs wpea = PreChangePage(-3);
PostChangePage(wpea);
}