Guest User

Untitled

a guest
Jan 19th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. namespace PhoneApp
  2. {
  3. public class App : Application
  4. {
  5. //insert generated code here...
  6.  
  7. public Test test;
  8.  
  9. public App()
  10. {
  11. //insert generated code here such as InitializeComponent();
  12. test = new Test();
  13. }
  14.  
  15. //insert generated code here...
  16. }
  17.  
  18. public class Test
  19. {
  20.  
  21. }
  22. }
Add Comment
Please, Sign In to add comment