Guest User

Untitled

a guest
Nov 15th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. class Program
  2. {
  3. public static int EmployeeId {get;set;}
  4.  
  5. }
  6.  
  7. class OtherWindow
  8. {
  9. void Function()
  10. {
  11. int employeeId = Program.EmployeeId;
  12.  
  13. }
  14. }
Add Comment
Please, Sign In to add comment