From 7d279fdc8ad8fb7666672486283d5d2457ff2e1f Mon Sep 17 00:00:00 2001 From: xcd <834800634@qq.com> Date: 星期二, 30 六月 2020 16:25:50 +0800 Subject: [PATCH] 更新主流程中ImageSet到IImageSet --- src/Bro.UI.Device.Winform/CtrlCameraRunBase.cs | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/Bro.UI.Device.Winform/CtrlCameraRunBase.cs b/src/Bro.UI.Device.Winform/CtrlCameraRunBase.cs index 624da37..c990ef1 100644 --- a/src/Bro.UI.Device.Winform/CtrlCameraRunBase.cs +++ b/src/Bro.UI.Device.Winform/CtrlCameraRunBase.cs @@ -249,5 +249,17 @@ IsShowStatusBar = tsmiShowStatusBar.Checked; } #endregion + + public IOperationConfig OpConfig { get; set; } + + public void UploadOperationConfig(IOperationConfig opConfig) + { + throw new NotImplementedException(); + } + + public IOperationConfig GetOperationConfig() + { + throw new NotImplementedException(); + } } } -- Gitblit v1.8.0