SVN r264
SVN-Revision: r264
This commit is contained in:
@@ -1047,7 +1047,10 @@ namespace Lskj.Control
|
|||||||
mLoading = true;
|
mLoading = true;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (this.OnDataSourceBindCallBack != null) this.OnDataSourceBindCallBack(null, null);
|
if (this.OnDataSourceBindCallBack != null)
|
||||||
|
{
|
||||||
|
this.OnDataSourceBindCallBack(null, null);
|
||||||
|
}
|
||||||
SetColumnsSource();
|
SetColumnsSource();
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
@@ -1057,7 +1060,6 @@ namespace Lskj.Control
|
|||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
mControlSourceDic.Clear();
|
mControlSourceDic.Clear();
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user