Example #1
0
 public void Dispose()
 {
     if (CdDb != null)
     {
         CdDb.Dispose();
     }
 }
Example #2
0
 public void Dispose()
 {
     if (CdDb != null)
     {
         CdDb.Dispose();
     }
     if (TokenService != null)
     {
         TokenService.Dispose();
     }
 }
Example #3
0
 public void Dispose()
 {
     if (cdDb != null)
     {
         cdDb.Dispose();
     }
     if (authService != null)
     {
         authService.Dispose();
     }
 }
Example #4
0
 public void Dispose()
 {
     if (CdDb != null)
     {
         CdDb.Dispose();
     }
     if (AuthService != null)
     {
         AuthService.Dispose();
     }
 }