Пример #1
0
 private void LayoutForm_FormClosing(object sender, FormClosingEventArgs e)
 {
     // Why clear the layout on closing? (Ted.)
     _layoutControl1.ClearLayout();
 }