private void FillColorButton_Click(object sender, EventArgs e) { FillColor.ShowDialog(); pictureBox1.BackColor = FillColor.Color; }