Ejemplo n.º 1
0
 private void wpTarget_CloseFromNext(object sender, Gui.Wizard.PageEventArgs e)
 {
     try
     {
         m_format.CheckBackupConfiguration(m_source);
     }
     catch (Exception err)
     {
         Errors.Report(err);
         e.Page = wpTarget;
     }
 }