PIbd-31_Afanasev.S.S._COP_5/Component/Forms/FormAuthor.cs
2024-10-30 01:08:12 +04:00

21 lines
376 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 Forms
{
public partial class FormAuthor : Form
{
public FormAuthor()
{
InitializeComponent();
}
}
}