示例#1
0
 private void ClearButton_Click(object sender, EventArgs e)
 {
     DisruptTask = true;
     Graphics3D.Clear(GraphicsBox.BackColor);
 }