Beispiel #1
0
        private async void OnPropertiesDropDownOpened()
        {
            _allProperties = await _propertiesService.GetPropertiesAsync();

            Properties = new ObservableCollection <Property>(_allProperties);
        }