Example #1
0
 private void Form1_MouseDoubleClick(object sender, MouseEventArgs e)
 {
     ballonsList.AddBallon(new Point(e.X, e.Y));
     Invalidate(true);
 }