Example #1
0
 //================================================================================
 void ButSaveMiscClick(object sender, EventArgs e)
 {
     if (saveBackupDlg.ShowDialog() == System.Windows.Forms.DialogResult.OK)
     {
         string savePath = saveBackupDlg.FileName;
         CajApp.saveMisc(savePath);
     }
 }