Exemplo n.º 1
0
 private AkLogger()
 {
     if (ms_Instance == null)
     {
         ms_Instance = this;
         AkSoundEngine.SetErrorLogger(errorLoggerDelegate);
     }
 }