Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
@startuml
|
||||
class ButtonUtility <<static>> {
|
||||
+ {static} IsEnabled(target:Object, method:MethodInfo) : bool
|
||||
+ {static} IsVisible(target:Object, method:MethodInfo) : bool
|
||||
}
|
||||
@enduml
|
||||
Reference in New Issue
Block a user