рефакторинг. переносил текущие объекты в другое место

This commit is contained in:
2024-10-13 22:08:13 +03:00
parent 09b64218bd
commit 6afa2dc892
240 changed files with 1472 additions and 1518 deletions

View File

@@ -80,8 +80,8 @@ public class ResurrectComponentFromServer extends CurrentComponentPass {
content = tree;
}
};
if (d.ShowDialog("Выбор версии для восстановления")&& Current_.Check(Log, Current.ComponentServerBackup)){
remoteFile = Current.getComponentServerBackup();
if (d.ShowDialog("Выбор версии для восстановления")&& Global.mainModule.Check(Log, Current.ComponentServerBackup)){
remoteFile = Global.mainModule.getComponentServerBackup();
return true;
};
}