Skip to content

Instantly share code, notes, and snippets.

@ramonbrbs
Created January 3, 2017 20: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 ramonbrbs/edbddb3bce92ce0cadc4a9e477ce6c99 to your computer and use it in GitHub Desktop.
Save ramonbrbs/edbddb3bce92ce0cadc4a9e477ce6c99 to your computer and use it in GitHub Desktop.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
namespace Auditoria.Views
{
public partial class ListaProdutosImpressao : ContentPage
{
public ListaProdutosImpressao()
{
InitializeComponent();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment