Example #1
0
 private void OnApplicationQuit()
 {
     instance = null;
     Close();
 }
Example #2
0
 private void OnDestroy()
 {
     instance = null;
     Close();
 }