COP_Petrushin_PIbd-32/Library14Petrushin/TextBoxRange.cs
GokaPek 918cbc514b 3
2024-09-15 23:53:12 +04:00

21 lines
400 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 Library14Petrushin
{
public partial class TextBoxRange : UserControl
{
public TextBoxRange()
{
InitializeComponent();
}
}
}