public void Update(auto element) { if (element.m_cmd != null) { this.cmd = element.cmd; } }
public static auto Parse(System.Xml.Linq.XElement xml, CRocrailClient rocrailClient) { auto _auto = new auto(); _auto.m_rocrailClient = rocrailClient; _auto.m_cmd = (string)xml.Attribute("cmd"); return(_auto); }