fixed typo
This commit is contained in:
parent
7967b4336d
commit
b5db6cdb33
@ -1498,7 +1498,7 @@ namespace ENI2.DetailViewControls
|
||||
{
|
||||
if (MessageBox.Show(Properties.Resources.textConfimDeleteAllEntries, Properties.Resources.textConfirmation, MessageBoxButton.YesNo, MessageBoxImage.Question, MessageBoxResult.No) == MessageBoxResult.Yes)
|
||||
{
|
||||
foreach (CREWD crewd in this._crewMessage.Elements.Cast<CREWD>())
|
||||
foreach (CREWD crewd in this._crewdMessage.Elements.Cast<CREWD>())
|
||||
{
|
||||
await DBManagerAsync.DeleteAsync(crewd);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user