Esempio n. 1
0
 public RmlDocument(ICore core, string url) : this(core, core.CreateRmlDocumentPtr(url))
 {
     core.RmlDocumentPool.Add(this);
 }