PIbd-33_Abazov_A.A._KOP_29/AbazovApp/AccountsApp/FormAccount.cs
2023-11-16 23:49:40 +04:00

21 lines
384 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 AccountsApp
{
public partial class FormAccount : Form
{
public FormAccount()
{
InitializeComponent();
}
}
}