Esempio n. 1
0
 public void SendException(string message, bool fatal)
 {
     if (ga != null)
     {
         ga.LogException(message, fatal);
     }
 }