void AddDesignerCommand( string name, Action what )
Sub AddDesignerCommand ( name As String, what As Action )
abstract AddDesignerCommand : name : string * what : Action -> unit
In This Article