Иван Алексеев de8ff2cfaf копец
2024-11-13 15:21:19 +04:00

31 lines
584 B
C#

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;
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 Lab3Form
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}