예제 #1
0
 public void Dispose()
 {
     spcontext.Dispose();
     if (profileSyncService != null)
     {
         profileSyncService.Dispose();
     }
 }