protected override void Dispose(bool disposing) { base.Dispose(disposing); if (disposing) { WebviewMap = null; GC.Collect(); } }
public WebviewJSBridge(WebviewMapRenderer WebviewMap) { this.WebviewMap = WebviewMap; WebView = WebviewMap.Element as WebviewMap; }