Hi)
Tell me, please - why why this method doesn't work? -
private void MapForm2_Load (object sender, EventArgs e) / / loading the map.
{
Color redColor = Color.Black;
Rectangle r1 = new Rectangle (1, 2, 35, 35);
}
thanks in advance)