Recorder()
Initializes a new instance of the Recorder class.
Declaration
public Recorder()Recorder(object)
Initializes a new instance of the Recorder class and attaches it to a given object.
Declaration
public Recorder(object owner)Parameters
| Type | Name | Description |
|---|---|---|
| object | owner | The object to which the new Recorder should be attached. |