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