Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. private static Random random;
  2. public MainPage()
  3. {
  4. InitializeComponent();
  5. random = new Random();
  6. this.StartFallingSnowAnimation();
  7. // Sample code to localize the ApplicationBar
  8. //BuildLocalizedApplicationBar();
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement