C3032
2025-12-22 cd77ff86d4e8861b0b34a102e5e61cfc97679d7d
1
2
3
4
5
6
7
8
9
10
namespace LB_VisionControl
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
    }
}