Exemplo n.º 1
0
 void DeregisterPlugin()
 {
     PluginManager.DeregisterPlugin(_addon.Key + "_" + _key);
 }
Exemplo n.º 2
0
 void RegisterPlugin()
 {
     PluginManager.RegisterPlugin(_addon.Key + "_" + _key, this);
 }