Skip to content

Instantly share code, notes, and snippets.

@ufukhawk
Created April 5, 2019 07:45
Show Gist options
  • Save ufukhawk/c996e7a056f611158cae3cb50f8462a1 to your computer and use it in GitHub Desktop.
Save ufukhawk/c996e7a056f611158cae3cb50f8462a1 to your computer and use it in GitHub Desktop.
XAMLC sınıf düzeyinde ayarlamak isterseniz.
using Xamarin.Forms.Xaml;
...
[XamlCompilation (XamlCompilationOptions.Compile)]
public class HomePage : ContentPage
{
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment