Lejönnek a CheckPointhoz tartozó sorok
This commit is contained in:
@@ -19,6 +19,15 @@ public partial class CheckPointEditPage : ContentPage
|
||||
SaveCommand = new Command(OnSave);
|
||||
CancelCommand = new Command(OnCancel);
|
||||
|
||||
LoadCheckPointCheckListRows();
|
||||
}
|
||||
private void LoadCheckPointCheckListRows()
|
||||
{
|
||||
//IsRefreshing = true;
|
||||
//await _syncService.SyncDatas();
|
||||
CheckPointCheckListRows.ItemsSource = CheckPointDTO.CheckListTemplateRowDTO;
|
||||
//IsRefreshing = false;
|
||||
//OnPropertyChanged(nameof(IsRefreshing));
|
||||
}
|
||||
private async void OnSave()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user