diff --git a/DeviceTest/DeviceTestDlg.cs b/DeviceTest/DeviceTestDlg.cs index ce815774e..1688eff89 100644 --- a/DeviceTest/DeviceTestDlg.cs +++ b/DeviceTest/DeviceTestDlg.cs @@ -7,7 +7,6 @@ using System.Threading; using System.Windows.Forms; using TBF.BenchControl; using TBF.BenchControl.Generic; -using TBF.BenchControl.GenericDevices; using System.Xml.Serialization; @@ -27,11 +26,11 @@ namespace DeviceTest IComponentCfg component2Cfg; IComponentCfg component3Cfg; - static IList tbfDevices; - static IList tbfComponents; - static TBF.BenchControl.Generic.IComponent tbfComponent1forOp; - static TBF.BenchControl.Generic.IComponent tbfComponent2forOp; - static TBF.BenchControl.Generic.IComponent tbfComponent3forOp; + static IList tbfDevices; + static IList tbfComponents; + static IComponent tbfComponent1forOp; + static IComponent tbfComponent2forOp; + static IComponent tbfComponent3forOp; static Thread workerThread; static bool workerThreadRunning; diff --git a/ResultsBrowser/Forms/DatabaseSettingsDlg.cs b/ResultsBrowser/Forms/DatabaseSettingsDlg.cs index 09af375a7..f5def967a 100644 --- a/ResultsBrowser/Forms/DatabaseSettingsDlg.cs +++ b/ResultsBrowser/Forms/DatabaseSettingsDlg.cs @@ -1,8 +1,6 @@ using System; -using System.Collections.Generic; using System.Windows.Forms; using ResultsBrowser.Resources; -using TBF.BenchControl; namespace ResultsBrowser.Forms {