Пример #1
0
 private void _Save_Click(object sender, EventArgs e)
 {
     _layoutControl.SaveLayout(false);
 }
Пример #2
0
 //Fires the saveas method on the layoutcontrol
 private void _btnSaveAs_Click(object sender, EventArgs e)
 {
     _layoutControl.SaveLayout(true);
 }