I\'ve got this code:
private async void ContextMenuForGroupRightTapped(object sender, RightTappedRoutedEventArgs args) { CheckBox ckbx = null; if (se
And for those of you using an anonymous expression:
await Task.Run(async () => { SQLLiteUtils slu = new SQLiteUtils(); await slu.DeleteGroupAsync(groupname); });