private void OnOnBackupFail(BackupProgressInfo progressinfo) { BackupFail fail = this.BackupFail; if (fail != null) { fail(progressinfo); } }