1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| using Bro.Common.Base;
| using Bro.Common.Helper;
| using Bro.Common.Model;
| using Bro.M141.Process;
| using System.ComponentModel;
| using System.Drawing.Design;
|
| namespace Bro.M141_AOI1.Process
| {
| [Process("AOI1", EnumHelper.DeviceAttributeType.InitialConfig)]
| public class AOI1Config : M141Config
| {
|
|
| }
| }
|
|