Advertisement
Guest User

Untitled

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