Example #1
0
 private void OnEncodingDetectionFinished(object sender, EncodingDetectedEventArgs e)
 {
     this.probeWatch.Restart();
     this.RunOnGuiThread(delegate
     {
         this.view.SetLogProgressCustomText(string.Empty);
         this.view.SetFileEncoding(e.ToString());
     });
 }