Advertisement
Guest User

Untitled

a guest
Apr 25th, 2014
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public static String DocNum
  2. {
  3. get;
  4. set;
  5. }
  6.  
  7. private static String DocNum2;
  8. public static String DocNum2GetSet {
  9. get
  10. {
  11. return DocNum2;
  12. }
  13. set
  14. {
  15. DocNum2 = value;
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement