• MobileTests.cs
- 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.
This commit is contained in:
13
AiQ Tests/AiQLiteTests.cs
Normal file
13
AiQ Tests/AiQLiteTests.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AiQ_GUI.AiQ_Tests
|
||||
{
|
||||
internal class AiQLiteTests
|
||||
{
|
||||
|
||||
// Tests to be written here later
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user