Nov2611/Regist.cs
2025-11-26 16:13:12 +04:00

26 lines
464 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 NeshinaPolina07_11
{
public partial class Regist : Form
{
public Regist()
{
InitializeComponent();
}
private void Regist_Load(object sender, EventArgs e)
{
}
}
}