コード例 #1
0
 /// <summary>
 ///     Edits the layout using the specified layout editor.
 /// </summary>
 /// <param name="editor">Layout editor</param>
 /// <param name="args">Arguments for the editor.</param>
 internal void Edit(ILayoutEditor editor, string args)
 {
     currentColumns = editor.Edit(this, args);
 }