Ejemplo n.º 1
0
 public MyProperties(System.Data.DataTable schema, System.Data.DataRow data)
 {
     this.m_schema = schema;
     this.m_data = data;
     this.m_XmlEndcoder = new MyXmlEncoder();
 }
Ejemplo n.º 2
0
 public MyProperties(System.Data.DataTable schema, System.Data.DataRow data)
 {
     this.m_schema      = schema;
     this.m_data        = data;
     this.m_XmlEndcoder = new MyXmlEncoder();
 }
Ejemplo n.º 3
0
 public MyProperties()
 {
     this.m_XmlEndcoder = new MyXmlEncoder();
 }
Ejemplo n.º 4
0
 public MyProperties()
 {
     this.m_XmlEndcoder = new MyXmlEncoder();
 }