Example #1
0
 void DisposeLoader()
 {
     if (targetLoad != null)
     {
         targetLoad.Dispose();
         targetLoad = null;
     }
 }