Ejemplo n.º 1
0
    private async Task InitData()
    {
        // Catch _specific_ exceptions here, if necessary
        var items = await ContactModel.CreateSampleData();

        data = items.ToAlphaGroups(x => x.Name);
        OnPropertyChanged("Data");
    }