コード例 #1
0
ファイル: Plugin.cs プロジェクト: GHubgenius/Altman
 public Plugin()
 {
     _pluginAttribute = new PluginAttribute();
     _hostService = new HostService();
 }
コード例 #2
0
 public Plugin()
 {
     _pluginAttribute = new PluginAttribute();
     _hostService     = new HostService();
 }