Advertisement
UsernameHere1

Untitled

Feb 21st, 2024
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.27 KB | None | 0 0
  1. Module loggedInCustomerData 'The login data of the customer that is logged in as a module
  2.     Public accountID As Integer 'global variables for the account information
  3.     Public username As String
  4.     Public password As String
  5.     Public levelOfAccess As Integer
  6. End Module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement