Esempio n. 1
0
        void button1_Click(object sender, EventArgs e)
        {
            PluginEngine plugEngine = CompactConstructor.DefaultConstructor.New <PluginEngine>("PluginEngine");

            plugEngine.CallPlugins(this);
        }