PIbd-32_Turner_I.A._COP_10/COP/VisualComponentsLib/UserControl1.cs
2023-09-13 19:40:06 +04:00

21 lines
400 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace VisualComponentsLib
{
public partial class UserControl1: UserControl
{
public UserControl1()
{
InitializeComponent();
}
}
}