private void Form2_Paint(object sender, PaintEventArgs e) { bb1.Crtaj(e.Graphics); bb2.Crtaj(e.Graphics); bb3.Crtaj(e.Graphics); bb4.Crtaj(e.Graphics); bb5.Crtaj(e.Graphics); bb6.Crtaj(e.Graphics); bb7.Crtaj(e.Graphics); bb8.Crtaj(e.Graphics); bb9.Crtaj(e.Graphics); bb10.Crtaj(e.Graphics); }
private void Form1_Paint(object sender, PaintEventArgs e) { bb.Crtaj(e.Graphics); }