[]
Loads the contents of C1Gauge from an XML file.
public void Load(string fileName)
Type | Name | Description |
---|---|---|
string | fileName |
public void Load(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream |
Loads the contents of C1Gauge from an System.Xml.XmlDocument.
public void Load(XmlDocument doc)
Type | Name | Description |
---|---|---|
XmlDocument | doc |