Esempio n. 1
0
 private void OnApplicationQuit()
 {
     if (_brain != null)
     {
         _brain.Dispose();
     }
 }