示例#1
0
 private async Task AddParent(Todo task)
 {
     await ReferenceManager.AddChild(SelectedTask, task).ConfigureAwait(false);
 }