Exemplo n.º 1
0
 public ExportAllTransformExtension(Note note, ExportToHtmlApplicationAddin parent)
 {
     this.note   = note;
     this.parent = parent;
 }
		public ExportAllTransformExtension (Note note, ExportToHtmlApplicationAddin parent)
		{
			this.note = note;
			this.parent = parent;
		}