Esempio n. 1
0
 public static void DestroyUpdater(FunctionUpdater funcUpdater)
 {
     if (funcUpdater != null)
     {
         funcUpdater.DestroySelf();
     }
 }