Beispiel #1
0
 public static void dispose()
 {
     if (bgSrv1 != null)
     {
         bgSrv1.Dispose();
         bgSrv1 = null;
     }
 }