public DFCls_LocationForm(byte[] pXML) { String mXML = Encoding.UTF8.GetString(pXML); oXMLReader = new BRCls_XMLReader(); oLocation = new BRCls_Location(); oLocation.LoadLocationFromXML(mXML); }
public DFCls_LocationForm(String pStrID) { oXMLReader = new BRCls_XMLReader(); oLocation = new BRCls_Location(pStrID); }
public DFCls_LocationForm() { oXMLReader = new BRCls_XMLReader(); oLocation = new BRCls_Location(); }