Пример #1
0
 public ItemShareView()
 {
     InitializeComponent();
     ViewModel   = new ItemShareViewModel();
     DataContext = ViewModel;
     InkPresenter.InputDeviceTypes = CoreInputDeviceTypes.Mouse | CoreInputDeviceTypes.Pen | CoreInputDeviceTypes.Touch;
 }
Пример #2
0
        public SharedItemsPage()
        {
            InitializeComponent();

            BindingContext = _viewModel = new ItemShareViewModel();
        }