using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace wer
{undefined
public partial class Form1 : Form
{undefined
public Form1()
{undefined
InitializeComponent();
}
private void button1_Click_1(object sender, EventArgs e)
{undefined
Point pt = new Point(20, 20);
int with = 15;
var g = pictureBox1.CreateGraphics();
g.Clear(Color.Yellow);
var pen = new Pen(Color.Black);
for (in