示例#1
0
 private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e)
 {
     YoutubeInterceptEngine.Instance.StopIntercepting();
     SystemProxyManager.StopSystemProxy();
 }
示例#2
0
 private void _handleUnhandledExceptions(Exception e)
 {
     SystemProxyManager.StopSystemProxy();
     Helpers.YTrackLogger.Log("Unhandled Exception Occured : " + e.Message + "\n\n" + e.StackTrace);
 }