color dialog c#

10 Tháng Năm, 2017 honest 0

private void button1_Click(object sender, EventArgs e) { //khởi tạo 1 đối tượng của class ColorDialog ColorDialog colorDialog = new ColorDialog(); //hiển thị hộp thoại “Color” […]