Kimono.KMacroExpanderBase.CreateProxy C# (CSharp) Method

CreateProxy() protected method

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