示例#1
0
 public void RemoveFromCall(ICodePrimitive code)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public ITool GetTool(ICodePrimitive primitive)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public void AddToCall(ICodePrimitive code)
 {
     throw new NotImplementedException();
 }