示例#1
0
 private void displayValue(UInt16 x, UInt16 y)
 {
     textBoxContent.Text = mParam.GetDatamapValue(mDatamapPosition, x, y).ToString();
 }