Exemplo n.º 1
0
 public UOPFile()
 {
     m_Header  = new UOPGeneralHeader();
     m_Content = new List <UOPIndexBlockHeader>();
 }
Exemplo n.º 2
0
 public UOPFile()
 {
     m_Header = new UOPGeneralHeader();
     m_Content = new List<UOPIndexBlockHeader>();
 }