public WinAssignSpec(SpectManager specMgr, int selIdx) { InitializeComponent(); myMgr = specMgr; ModIdx = selIdx; }
public WinSpectrometer(SpectManager MgrObj, DeltaMotionMgr myMotion) { InitializeComponent(); myMgr = MgrObj; mtMgr = myMotion; }