Beispiel #1
0
        protected override void OnAppearing()
        {
            base.OnAppearing();
            if (lastCell != null)
            {
                lastCell.View.BackgroundColor = Color.Transparent;
            }
            ServiceListView.SelectedItem = null;

            BindingContext = new ServiceSelectionListViewModel();
        }
Beispiel #2
0
        public ServiceSelectionList()
        {
            InitializeComponent();

            BindingContext = new ServiceSelectionListViewModel();
        }