Method Create
Create(object)
Creates a new instance of the CommandWrapper class.
public static CommandWrapper Create(object command)
Parameters
command
objectThe wrapped object.
Returns
- CommandWrapper
A new instance of CommandWrapper or null.