namespace TimeTable.view { public partial class RowEdit : Form { public RowEdit() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { } } }