コード例 #1
0
ファイル: Program.cs プロジェクト: strategist922/nscp
 public MyPlugin(NSCP.ICore core)
 {
     this.core = core;
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: strategist922/nscp
 public MyQueryHandler(NSCP.ICore core)
 {
     this.core = core;
 }