From 806cefdcc684fe76dc8fa45e4526df90b7452d61 Mon Sep 17 00:00:00 2001 From: Jonas Rapp Date: Sun, 16 Jan 2022 16:35:56 +0100 Subject: [PATCH] Fix using --- FetchXmlBuilder/AppCode/Validations.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/FetchXmlBuilder/AppCode/Validations.cs b/FetchXmlBuilder/AppCode/Validations.cs index 21978b6f..1dc5c9c8 100644 --- a/FetchXmlBuilder/AppCode/Validations.cs +++ b/FetchXmlBuilder/AppCode/Validations.cs @@ -1,6 +1,5 @@ using Cinteros.Xrm.FetchXmlBuilder.Controls; using Microsoft.Xrm.Sdk.Metadata; -using System.Collections.Generic; using System.Linq; using System.Windows.Forms;