no message

This commit is contained in:
2024-10-09 22:01:19 +03:00
parent 63b7f7dfd2
commit 90b5abb70f
451 changed files with 1127 additions and 886 deletions

View File

@@ -0,0 +1,8 @@
package _VisualDVM.Validators;
public enum EnvironmentState {
SearchName,
Name,
//-
SearchDescription,
Description
}