[]
Initializes a new instance of the C1BindingSource class.
public C1BindingSource()
Initializes a new instance of the C1BindingSource class with the specified data source and data member values.
public C1BindingSource(object dataSource, string dataMember)
| Type | Name | Description |
|---|---|---|
| object | dataSource | The object object to use as data source. |
| string | dataMember | The data member name. |