COP_Petrushin_PIbd-32/Library14Petrushin/TextBoxRange.cs

21 lines
400 B
C#
Raw Normal View History

2024-09-15 23:31:11 +04:00
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
{
2024-09-15 23:53:12 +04:00
public partial class TextBoxRange : UserControl
2024-09-15 23:31:11 +04:00
{
2024-09-15 23:53:12 +04:00
public TextBoxRange()
2024-09-15 23:31:11 +04:00
{
InitializeComponent();
}
}
}