SVN r1171
SVN-Revision: r1171
This commit is contained in:
@@ -152,6 +152,7 @@ namespace Lskj.PubModuleDetail
|
|||||||
/// <param name="e"></param>
|
/// <param name="e"></param>
|
||||||
private void OnClose(object sender, FormClosingEventArgs e)
|
private void OnClose(object sender, FormClosingEventArgs e)
|
||||||
{
|
{
|
||||||
|
this.mControl.CloseModule();
|
||||||
string guid = this.Tag + "";
|
string guid = this.Tag + "";
|
||||||
if (string.IsNullOrWhiteSpace(guid)) return;
|
if (string.IsNullOrWhiteSpace(guid)) return;
|
||||||
DllModule m = Manager.ModuleForms[guid];
|
DllModule m = Manager.ModuleForms[guid];
|
||||||
|
|||||||
Reference in New Issue
Block a user