示例#1
0
文件: Interaction.cs 项目: britg/ptq
 public List<string> GetEventGroup (string groupKey) {
   return template.GetEventGroup(groupKey);
 }