This commit is contained in:
parent
c34c604c11
commit
fdde03828a
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user