Example #1
0
 public XamlExporter(Stream stream)
 {
     Class809.smethod_0(Enum15.const_3);
     this.class353_0                 = new XamlExporter.Class353(this);
     this.xmlTextWriter_0            = new XmlTextWriter(stream, Encoding.UTF8);
     this.xmlTextWriter_0.Formatting = Formatting.Indented;
 }
Example #2
0
 public XamlExporter(XmlTextWriter writer)
 {
     Class809.smethod_0(Enum15.const_3);
     this.class353_0      = new XamlExporter.Class353(this);
     this.xmlTextWriter_0 = writer;
 }