示例#1
0
 static void Main()
 {
     Application.EnableVisualStyles();
     Application.SetCompatibleTextRenderingDefault(false);
     //Application.Run(new HDPLC_Information_Collector());
     HDPLC_Information_Collector hdplcForm = new HDPLC_Information_Collector();
     Application.Run(hdplcForm);
 }
 public TestInfo(HDPLC_Information_Collector hic)
 {
     InitializeComponent();
     in_hic = hic;
 }
 public SerialConfig(HDPLC_Information_Collector hic)
 {
     InitializeComponent();
     in_hic = hic;
 }
 public sendSerCmd(HDPLC_Information_Collector hic)
 {
     InitializeComponent();
     in_hic = hic;
 }