timetable/TimeTable/view/TextInsert.cs

8 lines
158 B
C#
Raw Permalink Normal View History

2025-03-22 00:15:24 +00:00
namespace TimeTable.view {
public partial class TextInsert : Form {
public TextInsert() {
InitializeComponent();
}
}
}