Ejemplo n.º 1
0
 void ClearButtonAction(object sender, EventArgs e)
 {
     cgView.StrokeCollection = strokeCollection = new StrokeCollection();
 }
		void ClearButtonAction (object sender, EventArgs e)
		{
			cgView.StrokeCollection = strokeCollection = new StrokeCollection ();
		}