private void NoteOutlinePictureBox_Click(object sender, EventArgs e) { OptionsColorDialog.Color = NoteOutlinePictureBox.BackColor; OptionsColorDialog.ShowDialog(); NoteOutlinePictureBox.BackColor = OptionsColorDialog.Color; }
private void QtrPictureBox_Click(object sender, EventArgs e) { OptionsColorDialog.Color = QtrPictureBox.BackColor; OptionsColorDialog.ShowDialog(); QtrPictureBox.BackColor = OptionsColorDialog.Color; }