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