Ejemplo n.º 1
0
    public void SomeExternalAPI()
    {
        var proxy = new Proxy(this);

        m_component = ClassFactory.ConstructTheComponent(proxy);
        m_component.DoSomething();
    }