public Plugin(PluginContext context) : base(context) { if (CurrentPlugin != null) throw new Exception("Can be instancied only once"); CurrentPlugin = this; }
protected PluginBase(PluginContext context) { Context = context; }
public Plugin(PluginContext context) : base(context) { if (CurrentPlugin != null) throw new Exception("Can be instancied only once"); CurrentPlugin = this; }
protected PluginBase(PluginContext context) { Context = context; }