This commit is contained in:
Kathy Ruffing 2008-01-17 14:25:34 +00:00
parent c34c604c11
commit fdde03828a

View File

@ -98,16 +98,17 @@ namespace Volian.Controls.Library
}
void DSOTabPanel_Enter(object sender, EventArgs e)
{
try
{
_MyDSOFramer.EventsEnabled = true;
_MyDSOFramer.FrameHookPolicy = DSOFramer.dsoFrameHookPolicy.dsoResetNow;
_MyTabControl.OnItemSelectedChanged(this, null);
}
catch (Exception ex)
{
if (_MyLog.IsErrorEnabled) _MyLog.ErrorFormat("DSOTabPage_Enter", ex);
}
//try
//{
// _MyDSOFramer.EventsEnabled = true;
// _MyDSOFramer.FrameHookPolicy = DSOFramer.dsoFrameHookPolicy.dsoResetNow;
//}
//catch (Exception ex)
//{
// if (_MyLog.IsErrorEnabled) _MyLog.ErrorFormat("DSOTabPage_Enter", ex);
//}
_MyTabControl.OnItemSelectedChanged(this, null);
_MyDSOFramer.Focus();
}
public bool SaveDSO()
{