public void UseHalconStatus(HalconStatusStrip statusStrip) { if (statusStrip != null) { statusStrip.Init(ViewPort, mView, _grabImageWorkingMan); } }