private void btn_rectanglePunctir_Click(object sender, EventArgs e) { RectanglePunctir rect = new RectanglePunctir(); pCanvas.Add(rect); ReDrow(); }