Advertisement
Guest User

Untitled

a guest
Oct 9th, 2013
1,414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.27 KB | None | 0 0
  1. public enum LicenseDialogStep
  2. {
  3.     ActivateByPhone = 3,
  4.     ActivateOnline = 1,
  5.     EnterProductKey = 2,
  6.     GraceEnding = 9,
  7.     GracePeriod = 5,
  8.     OnlinePurchase = 6,
  9.     OnlineUpgrade = 7,
  10.     Oot = 10,
  11.     ReducedFunctionMode = 4,
  12.     StepUpUpgrade = 8
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement