- Pre test now checks firmware and adds the label dynamically to the panel • AiQ_GUI.Designer.cs - Added CbBxCameraModel.SelectedIndexChanged to properly wire UI element. • Microsoft/StatsExcel.cs - Improved workbook loading error handling to distinguish between corruption and file access issues.
14 lines
191 B
C#
14 lines
191 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace AiQ_GUI.AiQ_Tests
|
|
{
|
|
internal class AiQLiteTests
|
|
{
|
|
|
|
// Tests to be written here later
|
|
|
|
}
|
|
}
|