예제 #1
0
파일: MediaFileSet.cs 프로젝트: top501/uPV
 public void GetService <T>(Action <T> withService) where T : class
 {
     ServiceNode.WithService(GetService <T>(), withService);
 }