示例#1
0
 public void GetService <T>(Action <T> withService) where T : class
 {
     ServiceNode.WithService(GetService <T>(), withService);
 }