C2015-022 Separate Windows Upgrade – support CopyStep among child windows, manage dictionary of child windows, OpenItem will decide if need to open in a child window or main window, child windows support of library documents
This commit is contained in:
@@ -23,6 +23,10 @@ namespace Volian.Controls.Library
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
// C2015-022 part of separate windows upgrade. Remove the tab from our dictionary of all tab controls
|
||||
//if (_AllDTCs.Count > 0 && VersionID != null && _AllDTCs.ContainsKey((int)VersionID))
|
||||
if (_AllDTCs.Count > 0 && _AllDTCs.ContainsKey((int)VersionID))
|
||||
_AllDTCs.Remove((int)VersionID);
|
||||
}
|
||||
|
||||
#region Component Designer generated code
|
||||
|
Reference in New Issue
Block a user