рефакторинг. переносил текущие объекты в другое место
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user