Exemplo n.º 1
0
 private void pbPrincipal_Paint(object sender, PaintEventArgs e)
 {
     DrawColoredLines.drawPictureBox(e.Graphics, pbPrincipal);
 }
Exemplo n.º 2
0
 private void pnFuncoes_Paint(object sender, PaintEventArgs e)
 {
     DrawColoredLines.drawPanel(e.Graphics, pnFuncoes);
 }
Exemplo n.º 3
0
 private void gbFormato_Paint(object sender, PaintEventArgs e)
 {
     DrawColoredLines.drawGroupBox(e.Graphics, gbFormato);
 }