From 1c89cf28472ce4163725960f7f52a654022f1635 Mon Sep 17 00:00:00 2001 From: Bradley Relyea Date: Wed, 29 Oct 2025 16:17:59 +0000 Subject: [PATCH] V4.2 with stats and vaxtor settings changes. Fixed merge problems --- AiQ_GUI.cs | 88 ++-------------------------------------- AiQ_GUI_NET_Test.csproj | 4 +- Camera/FlexiAPI.cs | 14 +++---- FakeCamera/FakeCamera.cs | 2 +- Microsoft/StatsExcel.cs | 8 ++-- 5 files changed, 16 insertions(+), 100 deletions(-) diff --git a/AiQ_GUI.cs b/AiQ_GUI.cs index 7c47f2f..ce5b312 100644 --- a/AiQ_GUI.cs +++ b/AiQ_GUI.cs @@ -1,6 +1,5 @@ using Newtonsoft.Json; using System.ComponentModel; -using System.Data.OleDb; using System.Diagnostics; using System.Reflection; @@ -220,73 +219,10 @@ namespace AiQ_GUI // If there are any actions identified then fail the test. // If any labels are red then fail. Only labels in panel so can foreach on labels not controls if (RhTxBxActions.Text.Length > 2 || PnlLbls.Controls.OfType