private void button6_Click(object sender, EventArgs e) { fatorh frm = new fatorh(); f_cust fc = new f_cust(); f_mord fm = new f_mord(); dion d = new dion(); ColorDialog colorDialog1 = new ColorDialog(); if (colorDialog1.ShowDialog() == DialogResult.OK) { this.BackColor = colorDialog1.Color; } frm.BackColor = colorDialog1.Color; fc.BackColor = colorDialog1.Color; fm.BackColor = colorDialog1.Color; d.BackColor = colorDialog1.Color; }
private void button1_Click(object sender, EventArgs e) { f_cust frm = new f_cust(); frm.Show(); }