отключение проверки версии при регистрации
v++
This commit is contained in:
2025-02-14 13:32:38 +03:00
parent c76908ad58
commit 68bd1ef6b4
4 changed files with 7 additions and 13 deletions

View File

@@ -20,6 +20,10 @@ public class EditAccount extends Email {
return (int) ((Math.random() * ((max - min) + 1)) + min);
}
@Override
protected boolean isSafe() {
return false;
}
@Override
protected boolean canStart(Object... args) throws Exception {
Subscriber res = new Subscriber(); // объект для заполнения полей.не более.
if (f.ShowDialog("Регистрация", res)) {