[]
Loads a saved layout from the given file.
public void LoadLayout(string filename)
| Type | Name | Description |
|---|---|---|
| string | filename | The file containing a saved layout. |
Loads a saved layout from the given stream.
public void LoadLayout(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The Stream containing a saved layout. |