示例#1
0
 private void pipeSurfaceToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Kinematic.CreatePipeSurface();
     Invalidate();
 }