Exemplo n.º 1
0
 public DFCls_BookForm(byte[] pXML)
 {
     String mXML = Encoding.UTF8.GetString(pXML);
     oXMLReader = new BRCls_XMLReader();
     oBook = new BRCls_Book();
     oBook.LoadBookFromXML(mXML);
 }
Exemplo n.º 2
0
 public DFCls_BookForm(String pStrID)
 {
     oXMLReader = new BRCls_XMLReader();
     oBook = new BRCls_Book(pStrID);
 }
Exemplo n.º 3
0
 public DFCls_BookForm()
 {
     oXMLReader = new BRCls_XMLReader();
     oBook = new BRCls_Book();
 }