Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Last active February 27, 2019 13:41
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 MartinZikmund/42354d95ce3b8957000a35ab12de99df to your computer and use it in GitHub Desktop.
Save MartinZikmund/42354d95ce3b8957000a35ab12de99df to your computer and use it in GitHub Desktop.
Reset.xaml.cs - code behind
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace GridSpacing
{
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class Reset : ResourceDictionary
{
public Reset ()
{
InitializeComponent();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment