Skip to content

Commit

Permalink
Add using System.ComponentModel
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Jan 10, 2025
1 parent cb182d9 commit 493570c
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions TemplateBuilder/Form1.cs
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
using BrightIdeasSoftware;
using FellowOakDicom;
using DicomTypeTranslation;
using DatabaseType = FAnsi.DatabaseType;
using DicomTypeTranslation.TableCreation;
using DicomTypeTranslation;
using FAnsi.Discovery;
using FAnsi.Implementation;
using FAnsi.Implementations.MicrosoftSQL;
using FAnsi.Implementations.MySql;
using FAnsi.Implementations.Oracle;
using FAnsi.Implementations.PostgreSql;
using FellowOakDicom.Imaging;
using FellowOakDicom;
using ScintillaNET;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Runtime.Versioning;
using System.Text;
using System.Windows.Forms;
using FAnsi.Implementations.MySql;
using FAnsi.Implementations.Oracle;
using FAnsi.Implementations.PostgreSql;
using System;
using WeifenLuo.WinFormsUI.Docking;
using DatabaseType = FAnsi.DatabaseType;
using System.Runtime.InteropServices;
using FellowOakDicom.Imaging;
using System.Runtime.Versioning;

namespace TemplateBuilder;

Expand Down

0 comments on commit 493570c

Please sign in to comment.