12 lines
229 B
C#
12 lines
229 B
C#
|
namespace TimeTable.view {
|
|||
|
public partial class RowEdit : Form {
|
|||
|
public RowEdit() {
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
|
|||
|
private void button1_Click(object sender, EventArgs e) {
|
|||
|
|
|||
|
}
|
|||
|
}
|
|||
|
}
|