Files
2026-07-21 08:56:10 +03:00

7 lines
191 B
Plaintext

@startuml
class ButtonUtility <<static>> {
+ {static} IsEnabled(target:Object, method:MethodInfo) : bool
+ {static} IsVisible(target:Object, method:MethodInfo) : bool
}
@enduml