Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. [Flags]
  2. [Guid("xxxx")]
  3. [ComVisible(true)]
  4. public enum AssignmentType
  5. {
  6. None = 0,
  7. Attendant = 1,
  8. ConductorCBS = 2,
  9. ReaderCBS = 4,
  10. Chairman = 8,
  11. Mike = 16,
  12. PlatformAttendant = 32,
  13. Prayer = 64,
  14. OCLM = 128,
  15. Sound = 256,
  16. Student = 512,
  17. Custom = 1024,
  18. Demonstration = 2048
  19. }
  20.  
  21. <Assignments Attendant="true" ConductorCBS="true" ReaderCBS="true" Chairman="true" Microphones="true" PlatformAttendant="false" Prayer="true" OCLM="true" Sound="true" Student="false" Demonstrations="true">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement