7 lines
191 B
Plaintext
7 lines
191 B
Plaintext
@startuml
|
|
class ButtonUtility <<static>> {
|
|
+ {static} IsEnabled(target:Object, method:MethodInfo) : bool
|
|
+ {static} IsVisible(target:Object, method:MethodInfo) : bool
|
|
}
|
|
@enduml
|