Kimono.KHTMLPart.CreateProxy C# (CSharp) 메소드

CreateProxy() 보호된 메소드

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