Exemplo n.º 1
0
 //清空所有显示内容
 public void ClearWindow()
 {
     //清空显示image
     _hWndControl.clearList();
     //清空hobjectList
     _hWndControl.clearHObjectList();
 }
Exemplo n.º 2
0
 //
 private void ClearWindButton_Click(object sender, EventArgs e)
 {
     hWndControl.resetWindow();
     hWndControl.clearList();
     hWndControl.repaint();
 }