예제 #1
0
 public Plugin()
 {
     _pluginAttribute = new PluginAttribute();
     _hostService     = new HostService();
 }
예제 #2
0
파일: Plugin.cs 프로젝트: Baniel/Altman
 public Plugin([Import("IHostService")]IHostService service)
 {
     _pluginAttribute = new PluginAttribute();
     _pluginSetting = new PluginSetting();
     _hostService = service;
 }
예제 #3
0
파일: Plugin.cs 프로젝트: GHubgenius/Altman
 public Plugin()
 {
     _pluginAttribute = new PluginAttribute();
     _hostService = new HostService();
 }