Created
April 5, 2019 07:45
-
-
Save ufukhawk/c996e7a056f611158cae3cb50f8462a1 to your computer and use it in GitHub Desktop.
XAMLC sınıf düzeyinde ayarlamak isterseniz.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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