Advertisement
AhmedSokr

Untitled

Nov 23rd, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. private void AcaciaButton1_Click(object sender, EventArgs e)
  2. {
  3. int num;
  4. int num4;
  5. object obj;
  6. try
  7. {
  8. IL_01:
  9. ProjectData.ClearProjectError();
  10. num = -2;
  11. IL_09:
  12. int num2 = 2;
  13. this.t = new Thread(new ThreadStart(this.checking));
  14. IL_23:
  15. num2 = 3;
  16. this.t.IsBackground = true;
  17. IL_32:
  18. num2 = 4;
  19. this.t.SetApartmentState(ApartmentState.STA);
  20. IL_41:
  21. num2 = 5;
  22. this.t.Start();
  23. IL_4F:
  24. goto IL_C1;
  25. IL_54:
  26. int num3 = num4 + 1;
  27. num4 = 0;
  28. @switch(ICSharpCode.Decompiler.ILAst.ILLabel[], num3);
  29. IL_7A:
  30. goto IL_B6;
  31. IL_7C:
  32. num4 = num2;
  33. @switch(ICSharpCode.Decompiler.ILAst.ILLabel[], (num > -2) ? num : 1);
  34. IL_94:;
  35. }
  36. catch when (endfilter(obj is Exception & num != 0 & num4 == 0))
  37. {
  38. Exception ex = (Exception)obj2;
  39. goto IL_7C;
  40. }
  41. IL_B6:
  42. throw ProjectData.CreateProjectError(-2146828237);
  43. IL_C1:
  44. if (num4 != 0)
  45. {
  46. ProjectData.ClearProjectError();
  47. }
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement