private void BtnRedColor_Click(object sender, System.EventArgs e) { colorPaint = new Paint.Draw.Color(255, 0, 0); _drawModel.CurrentColor = colorPaint; }
private void BtnGreenColor_Click(object sender, System.EventArgs e) { colorPaint = new Paint.Draw.Color(10, 252, 10); _drawModel.CurrentColor = colorPaint; }