Esempio n. 1
0
 public Plugin()
 {
     _pluginAttribute = new PluginAttribute();
     _hostService     = new HostService();
 }
Esempio n. 2
0
 public Plugin([Import("IHostService")]IHostService service)
 {
     _pluginAttribute = new PluginAttribute();
     _pluginSetting = new PluginSetting();
     _hostService = service;
 }
Esempio n. 3
0
 public Plugin()
 {
     _pluginAttribute = new PluginAttribute();
     _hostService = new HostService();
 }