ResourceDataStorage.Add Method
| Name | Parameters | Description |
|---|---|---|
| Add(Resource) | resource | Adds the specified Resource object to the collection of resources in the storage. |
| Add(Object, String, Color) | id, caption, color | Adds a new resource with the specific ID, caption and color. |
| Add(Object, String) | id, caption | Adds a new resource with the specific ID and caption. |
| Add(Object) | id | Adds a new resource with the specific ID. |