Exemplo n.º 1
0
 void xyCursorB_AfterMove(object sender, NationalInstruments.UI.AfterMoveXYCursorEventArgs e)
 {
     if (游标B移动后触发委托 != null)
     {
         游标B移动后触发委托(sender, e);
     }
 }
Exemplo n.º 2
0
 private void PMTCursorMoved(object sender, NationalInstruments.UI.AfterMoveXYCursorEventArgs e)
 {
     viewer.PMTCursorMoved();
 }