コード例 #1
0
 public static void CleanUp()
 {
     if (_trainerService != null)
     {
         _trainerService.Dispose();
     }
 }