async void LoadData() { var data = await _ds.GetNoticeData(); if (data != null) { _leftListView.ItemsSource = data; } }