Beispiel #1
0
 //Backup button clicked
 private void bBackup_Click(object sender, EventArgs e)
 {
     dbConnect.Backup(txtPath.Text);
 }