Guest User

Untitled

a guest
Dec 16th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. using Xamarin.Forms;
  2. using Xamarin.Forms.Xaml;
  3.  
  4. [assembly: XamlCompilation(XamlCompilationOptions.Compile)]
  5. namespace VideoGameMusicApp
  6. {
  7. public partial class App : Application
  8. {
  9. public App()
  10. {
  11. InitializeComponent();
  12. MainPage = new NavigationPage(new Views.PaginaListaCanciones());
  13. }
  14. }
  15. }
Add Comment
Please, Sign In to add comment