this.tableLayoutPanel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(144)))), ((int)(((byte)(176)))));


이런 문자열이 있는데 앞에 this.tableLayoutPanel3 같이 패널 뒤 번호가 문서에 여러개 있단말이야?


 this.tableLayoutPanel4, this.tableLayoutPanel22 등등


조건을 앞에   this.tableLayoutPanel이 있는 줄의 (((int)(((byte)(15)))), ((int)(((byte)(144)))), ((int)(((byte)(176)))));안에 있는 번호를 바꿔야 해

(((int)(((byte)(15)))), ((int)(((byte)(144)))), ((int)(((byte)(176)))))을

(((int)(((byte)(35)))), ((int)(((byte)(172)))), ((int)(((byte)(142))))) 같이....


이걸 할 수 있는 방법이 뭐 없을까?