mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-03-30 20:56:36 +08:00
1、增加单独Job的保存、添加和创建
2、每个Job单独绑定一个图像窗体 3、支持通过以job的方式外部调用
This commit is contained in:
@@ -14,9 +14,11 @@ using WeifenLuo.WinFormsUI.Docking;
|
||||
|
||||
namespace FormLib
|
||||
{
|
||||
[Serializable]
|
||||
public partial class FormImageWindow : DockContent
|
||||
{
|
||||
public HWindowTool_Smart myHWindow = new HWindowTool_Smart();
|
||||
public string WindowName { get; set; }
|
||||
public FormImageWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
Reference in New Issue
Block a user