Browse Source

Adding reference to System.Threading for CancellationToken

Kenric Nugteren 1 year ago
parent
commit
fbd9dd0667

+ 1 - 0
prs.server/Forms/DatabaseLicense/LicenseRegistrationGrid.cs

@@ -3,6 +3,7 @@ using System.Collections.Generic;
 using System.Diagnostics.CodeAnalysis;
 using System.Diagnostics.CodeAnalysis;
 using System.Linq;
 using System.Linq;
 using System.Linq.Expressions;
 using System.Linq.Expressions;
+using System.Threading;
 using System.Windows.Data;
 using System.Windows.Data;
 using InABox.Clients;
 using InABox.Clients;
 using InABox.Configuration;
 using InABox.Configuration;

+ 1 - 0
prs.server/Forms/Deletions/DeletedEntityGrid.cs

@@ -8,6 +8,7 @@ using System.Collections.Generic;
 using System.Linq;
 using System.Linq;
 using System.Reflection;
 using System.Reflection;
 using System.Text;
 using System.Text;
+using System.Threading;
 using System.Threading.Tasks;
 using System.Threading.Tasks;
 using System.Windows.Forms;
 using System.Windows.Forms;
 
 

+ 1 - 0
prs.server/Forms/Deletions/DeletionsGrid.cs

@@ -7,6 +7,7 @@ using System;
 using System.Collections.Generic;
 using System.Collections.Generic;
 using System.Linq;
 using System.Linq;
 using System.Text;
 using System.Text;
+using System.Threading;
 using System.Threading.Tasks;
 using System.Threading.Tasks;
 using System.Windows;
 using System.Windows;
 using System.Windows.Controls;
 using System.Windows.Controls;

+ 1 - 0
prs.server/Forms/SMSProviderGrid.cs

@@ -7,6 +7,7 @@ using System;
 using System.Collections.Generic;
 using System.Collections.Generic;
 using System.Linq;
 using System.Linq;
 using System.Text;
 using System.Text;
+using System.Threading;
 using System.Threading.Tasks;
 using System.Threading.Tasks;
 using System.Windows;
 using System.Windows;
 using System.Windows.Controls;
 using System.Windows.Controls;