Dem_Lantsov/Dem41/EditForm.cs
2026-05-14 15:26:19 +04:00

26 lines
456 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;
namespace Dem41
{
public partial class EditForm : Form
{
public EditForm()
{
InitializeComponent();
}
private void label1_Click(object sender, EventArgs e)
{
}
}
}