Backoffice fun

This commit is contained in:
2020-11-04 18:44:14 -05:00
parent 3f6faacab8
commit 2dc7a565f5
4 changed files with 37 additions and 5 deletions

View File

@@ -27,7 +27,15 @@ namespace PartSource.Backoffice
private void Update_Click(object sender, RoutedEventArgs e)
{
if (TaskSetup.SelectedTasks.Count > 0)
{
}
else
{
MessageBox.Show("Select one or more metafield groups to continue.");
}
}
}
}