예제 #1
0
파일: Container.cs 프로젝트: doriswang/Test
 public static void Reset()
 {
     if (resolver != null)
     {
         resolver.Dispose();
     }
 }