Skip to content

Instantly share code, notes, and snippets.

View ncksol's full-sized avatar
🤖
singularity is near

Nick Sologoub ncksol

🤖
singularity is near
View GitHub Profile
class InveniasLifeSpanHandler: ILifeSpanHandler
{
public void OnAfterCreated(IWebBrowser browserControl, IBrowser browser)
{
}
public bool DoClose(IWebBrowser browserControl, IBrowser browser)
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using CefSharp;
namespace WebControl
{
public class WebControlRequestHandler:IRequestHandler