Esempio n. 1
0
 private static void NotifyNotInstalled()
 {
     try
     {
         UnityConnection conn = new UnityConnection();
         conn.WriteLine(string.Format("e1:{0}", NOT_INSTALLED_MSG));
         conn.WriteLine("r1:end of response");
         conn.Close();
     }
     catch
     {
         //nothing to do.We cannot neither log nor crash
     }
 }
 private static void NotifyNotInstalled()
 {
     try
     {
         UnityConnection conn = new UnityConnection();
         conn.WriteLine(string.Format("e1:{0}", NOT_INSTALLED_MSG));
         conn.WriteLine("r1:end of response");
         conn.Close();
     }
     catch
     {
         //nothing to do.We cannot neither log nor crash
     }
 }