SVN-Revision: r489
This commit is contained in:
cyf
2025-04-14 08:44:44 +00:00
parent 2b77148a8b
commit c521b46e44
@@ -350,7 +350,6 @@ namespace Lskj.Main.Control
{ {
this.tabMain.DoubleClick -= this.OnTabMainClick; this.tabMain.DoubleClick -= this.OnTabMainClick;
} }
} }
catch (Exception ex) catch (Exception ex)
{ {
@@ -2923,6 +2922,7 @@ namespace Lskj.Main.Control
if (tablepage == beforePage) if (tablepage == beforePage)
{ {
ERPInfo.Instance.PageControl.SelectedTabPage = beforePage; ERPInfo.Instance.PageControl.SelectedTabPage = beforePage;
if (isclose) tabPage.Dispose();
} }
} }
} }