Example #1
0
 private PluginInstance(
     [NotNull] IPluginEntry entry,
     [NotNull] IPluginBootstrapContext bootstrapContext,
     [NotNull] IPluginContext context
     )
 {
     Entry            = entry;
     BootstrapContext = bootstrapContext;
     Context          = context;
 }
 private PluginInstance(
     IPluginEntry entry,
     IPluginBootstrapContext bootstrapContext,
     IPluginContext context
     )
 {
     Entry            = entry;
     BootstrapContext = bootstrapContext;
     Context          = context;
 }