wxString frmRestore::GetDisplayCmd(int step) { wxString cmd = getCmdPart1(); return cmd + getCmdPart2(step); }
wxString frmBackupGlobals::GetCmd(int step) { wxString cmd = getCmdPart1(); return cmd + getCmdPart2(); }
wxString frmBackup::GetDisplayCmd(int step) { wxString cmd = getCmdPart1(); return cmd + getCmdPart2(); }
wxString frmBackupServer::GetCmd(int step) { wxString cmd = getCmdPart1(); return cmd + getCmdPart2(); }