Guest User

Untitled

a guest
Feb 2nd, 2016
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1.             if (AllowTelemetrics)
  2.             {
  3.                 ExceptionlessClient.Default.Register();
  4.             }
  5.             else
  6.             {
  7.                 ExceptionlessClient.Default.Unregister();
  8.             }
Add Comment
Please, Sign In to add comment