Bickle.ReflectionWrapping.ListenerWrapper.Success C# (CSharp) 메소드

Success() 공개 메소드

public Success ( IExample example ) : void
example IExample
리턴 void
        public void Success(IExample example)
        {
            _listener.InvokeWithReflection("Success", Translate(example));
        }