示例#1
0
 public MyPlugin(NSCP.ICore core)
 {
     this.core = core;
 }
示例#2
0
 public MyQueryHandler(NSCP.ICore core)
 {
     this.core = core;
 }