Guest User

Untitled

a guest
Sep 4th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. namespace School1
  2. {
  3. public partial class SettingsPage : ContentPage
  4. {
  5. public SettingsPage()
  6. {
  7. InitializeComponent();
  8. BindingContext = new SettingsViewModel();
  9. }
  10. }
  11. }
Add Comment
Please, Sign In to add comment