Save() private method

private Save ( ) : void
return void
Beispiel #1
0
 public static void SaveBeforeExit()
 {
     if (_instance == null || !_instance._savingInProgress)
     {
         return;
     }
     _instance.Save();
 }