Advertisement
Guest User

Untitled

a guest
Feb 24th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. The type or namespace name 'Windows' does not exist in the namespace 'Infrastructure.System' (are you missing an assembly reference?) CircularProgressBar.g.cs
  2. The type or namespace name 'Windows' does not exist in the namespace 'Infrastructure.System' (are you missing an assembly reference?) CircularProgressBar.xaml
  3. The type or namespace name 'Delegate' does not exist in the namespace 'Infrastructure.System' (are you missing an assembly reference?) SearchView.g.cs
  4. The type or namespace name 'CodeDom' does not exist in the namespace 'Infrastructure.System' (are you missing an assembly reference?) CircularProgressBar.g.cs
  5.  
  6. namespace Infrastructure.System
  7. {
  8. public enum TypeOfUser
  9. {
  10. User,
  11. Admin
  12. }
  13.  
  14. public enum TypeOfTrialUser
  15. {
  16. User,
  17. Admin
  18. }
  19.  
  20. public enum UserAccessStatus
  21. {
  22. Granted,
  23. Revoked
  24. }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement