示例#1
0
 private async void LoadFromLocal()
 {
     UserChats = new ObservableCollection <Chat>(await sQLite.GetChats());
     //error
 }