C2025-024 Electronic Procedures Phase 2 - XML Export

Removed unnecessary usings
This commit is contained in:
2025-07-18 16:13:16 -04:00
parent d7f83fa4d4
commit 0577acad93
2 changed files with 5 additions and 9 deletions

View File

@@ -1,8 +1,5 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using VEPROMS.CSLA.Library;
@@ -17,7 +14,7 @@ using System.Linq;
namespace VEPROMS
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Major Code Smell", "S6580:Use a format provider when parsing date and time", Justification = "dts formatting may be different time per plant")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Major Code Smell", "S6580:Use a format provider when parsing date and time", Justification = "dts formatting may be different time per plant")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Major Code Smell", "S6561:Avoid using \"DateTime.Now\" for benchmarking or timing operations", Justification = "Rough Time estimate on ProgressBars")]
public partial class dlgExportImport : Form
{