added use for some ribbon buttons
This commit is contained in:
parent
7696536221
commit
b5302faa2a
1 changed files with 12 additions and 0 deletions
|
@ -172,5 +172,17 @@ namespace Saviour_Backup_System
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void addBackupRuleButton_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
setup.ABW = new addBackupWizard();
|
||||||
|
setup.ABW.Show();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void exitButton_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
this.removeDisplay();
|
||||||
|
setup.closeProgram();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue