コード例 #1
0
 private void pbPrincipal_Paint(object sender, PaintEventArgs e)
 {
     DrawColoredLines.drawPictureBox(e.Graphics, pbPrincipal);
 }
コード例 #2
0
 private void pnFuncoes_Paint(object sender, PaintEventArgs e)
 {
     DrawColoredLines.drawPanel(e.Graphics, pnFuncoes);
 }
コード例 #3
0
 private void gbFormato_Paint(object sender, PaintEventArgs e)
 {
     DrawColoredLines.drawGroupBox(e.Graphics, gbFormato);
 }