BaseMobileView.xaml 310 B

1234567
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ContentView xmlns="http://xamarin.com/schemas/2014/forms"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
  4. x:Class="InABox.Mobile.BaseMobileView"
  5. BindingContextChanged="BaseMobileView_OnBindingContextChanged">
  6. </ContentView>