Ejemplo n.º 1
0
 public IBrowser GetBrowser()
 {
     return(managedCefBrowserAdapter == null ? null : managedCefBrowserAdapter.GetBrowser());
 }
Ejemplo n.º 2
0
        public IBrowser GetBrowser()
        {
            this.ThrowExceptionIfBrowserNotInitialized();

            return(managedCefBrowserAdapter.GetBrowser());
        }
Ejemplo n.º 3
0
 public IBrowser GetBrowser()
 {
     return(IsBrowserInitialized ? managedCefBrowserAdapter.GetBrowser() : null);
 }