Exemplo n.º 1
0
    public bool GetTrueValueFromPlugin()
    {
        IPlugin pluginObj = PluginHost.GetPlugin();

        pluginObj.MethodReturningTrue();
    }