Advertisement
Guest User

Untitled

a guest
May 15th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.27 KB | None | 0 0
  1. Public Class Form2
  2.  
  3.  
  4.  
  5.  
  6.     Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
  7.  
  8.         sort_po_num()
  9.         vivod_my_type(ListBox1, ListBox2)
  10.  
  11.         sort_po_alphabet()
  12.         vivod_my_type(ListBox4, ListBox3)
  13.  
  14.  
  15.     End Sub
  16. End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement