Advertisement
AhmedSokr

Untitled

Nov 24th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. public void checking2()
  2. {
  3. int num;
  4. int num7;
  5. object obj;
  6. try
  7. {
  8. IL_01:
  9. ProjectData.ClearProjectError();
  10. num = -2;
  11. IL_0A:
  12. int num2 = 2;
  13. string text = Conversions.ToString(1);
  14. IL_14:
  15. num2 = 3;
  16. int num3 = 1;
  17. int num4;
  18. int num5;
  19. do
  20. {
  21. IL_19:
  22. num2 = 4;
  23. this.Driver1.FindElement(By.XPath("//*[@id=\"ng-app\"]/body/div[6]/div[2]/div/div/div[3]/div[2]/div[2]/div/div[" + text + "]/div[1]/a")).Click();
  24. IL_42:
  25. num2 = 5;
  26. string text2 = "";
  27. IL_4B:
  28. num2 = 6;
  29. text2 = this.Driver1.FindElement(By.CssSelector("span[ng-bind=\"'@' + user.username\"]")).Text;
  30. IL_69:
  31. num2 = 7;
  32. bool flag = Operators.CompareString(text2, "", false) == 0;
  33. if (flag)
  34. {
  35. IL_81:;
  36. }
  37. else
  38. {
  39. IL_83:
  40. num2 = 9;
  41. IL_88:
  42. num2 = 10;
  43. iTalk_RichTextBox italk_RichTextBox = this.ITalk_RichTextBox1;
  44. italk_RichTextBox.Text = italk_RichTextBox.Text + text2 + "\r\n";
  45. IL_AB:
  46. num2 = 11;
  47. ToolStripMenuItem toolStripMenuItem = this.ToolStripMenuItem20;
  48. toolStripMenuItem.Text = Conversions.ToString(Conversions.ToDouble(toolStripMenuItem.Text) + 1.0);
  49. }
  50. IL_DA:
  51. IL_DB:
  52. num2 = 13;
  53. text = Conversions.ToString(Conversions.ToDouble(text) + 1.0);
  54. IL_F5:
  55. num2 = 14;
  56. this.Driver1.FindElement(By.XPath("//*[@id=\"ng-app\"]/body/div[7]/div[2]/div/div/div[1]/div[1]/div[1]/a")).Click();
  57. IL_114:
  58. num2 = 15;
  59. checked
  60. {
  61. num3++;
  62. num4 = num3;
  63. num5 = 200;
  64. }
  65. }
  66. while (num4 <= num5);
  67. IL_12C:
  68. goto IL_1D2;
  69. IL_135:
  70. int num6 = num7 + 1;
  71. num7 = 0;
  72. @switch(ICSharpCode.Decompiler.ILAst.ILLabel[], num6);
  73. IL_185:
  74. goto IL_1C7;
  75. IL_187:
  76. num7 = num2;
  77. @switch(ICSharpCode.Decompiler.ILAst.ILLabel[], (num > -2) ? num : 1);
  78. IL_1A3:;
  79. }
  80. catch when (endfilter(obj is Exception & num != 0 & num7 == 0))
  81. {
  82. Exception ex = (Exception)obj2;
  83. goto IL_187;
  84. }
  85. IL_1C7:
  86. throw ProjectData.CreateProjectError(-2146828237);
  87. IL_1D2:
  88. if (num7 != 0)
  89. {
  90. ProjectData.ClearProjectError();
  91. }
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement