Save()
<< Click to Display Table of Contents >> Save() |
Saves the window to workspaces.
// IWorkspacePersistence member. Required for saving window to workspaces public void Save(XDocument document, XElement element) { if (MainTabControl != null) MainTabControl.SaveToXElement(element); } |