Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. public enum PaperType
  2. {
  3. Rough=1,
  4. Smooth=2,
  5. }
  6.  
  7. public class TestPaper
  8. {
  9. public PaperType PaperType { get; set; }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement