示例#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);
 }