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