8 lines
158 B
C#
8 lines
158 B
C#
|
namespace TimeTable.view {
|
|||
|
public partial class TextInsert : Form {
|
|||
|
public TextInsert() {
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|