Exemplo n.º 1
0
 protected virtual void ExportData2(XmlWriter writer, ExportContext context)
 {
     ExportData(writer, context);
 }
Exemplo n.º 2
0
 protected virtual void ExportData(XmlWriter writer, ExportContext context)
 {
     throw ExportNotImplementedException();
 }