Kimono.KHTMLPart.CreateProxy C# (CSharp) Method

CreateProxy() protected method

protected CreateProxy ( ) : void
return void
        protected new void CreateProxy()
        {
            interceptor = new SmokeInvocation(typeof(KHTMLPart), this);
        }
KHTMLPart