Ejemplo n.º 1
0
 public ItemShareView()
 {
     InitializeComponent();
     ViewModel   = new ItemShareViewModel();
     DataContext = ViewModel;
     InkPresenter.InputDeviceTypes = CoreInputDeviceTypes.Mouse | CoreInputDeviceTypes.Pen | CoreInputDeviceTypes.Touch;
 }
Ejemplo n.º 2
0
        public SharedItemsPage()
        {
            InitializeComponent();

            BindingContext = _viewModel = new ItemShareViewModel();
        }