mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-03-25 17:26:35 +08:00
修复了一些bug,降低插件之间耦合度
This commit is contained in:
20
HalconWindowTest/HWindowSmart.cs
Normal file
20
HalconWindowTest/HWindowSmart.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace HalconWindow
|
||||
{
|
||||
public partial class HWindowSmart : UserControl
|
||||
{
|
||||
public HWindowSmart()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user