Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created April 12, 2018 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icebeam7/80202c1a41784f11a665f0b4596b306a to your computer and use it in GitHub Desktop.
Save icebeam7/80202c1a41784f11a665f0b4596b306a to your computer and use it in GitHub Desktop.
Sentimental Tweets: App.xaml.cs
using Xamarin.Forms;
namespace SentimentalTweets
{
public partial class App : Application
{
public App ()
{
InitializeComponent();
MainPage = new NavigationPage(new Paginas.PaginaTweets());
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment