Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created October 30, 2019 22:20
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/52ced83731af4a1ba65d3d0ae75e8f5e to your computer and use it in GitHub Desktop.
Save icebeam7/52ced83731af4a1ba65d3d0ae75e8f5e to your computer and use it in GitHub Desktop.
AppDivisas: App.xaml.cs
using Xamarin.Forms;
namespace AppDivisas
{
public partial class App : Application
{
public App()
{
InitializeComponent();
MainPage = new Views.ConversorView();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment