Ejemplo n.º 1
0
 internal void Unload()
 {
     if (_integrationManager != null && Utils.IsClient())
     {
         _integrationManager.Close();
     }
     Instance            = null;
     _integrationManager = null;
     ActionManager       = null;
 }