This commit is contained in:
parent
c34c604c11
commit
fdde03828a
@ -98,16 +98,17 @@ namespace Volian.Controls.Library
|
|||||||
}
|
}
|
||||||
void DSOTabPanel_Enter(object sender, EventArgs e)
|
void DSOTabPanel_Enter(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
try
|
//try
|
||||||
{
|
//{
|
||||||
_MyDSOFramer.EventsEnabled = true;
|
// _MyDSOFramer.EventsEnabled = true;
|
||||||
_MyDSOFramer.FrameHookPolicy = DSOFramer.dsoFrameHookPolicy.dsoResetNow;
|
// _MyDSOFramer.FrameHookPolicy = DSOFramer.dsoFrameHookPolicy.dsoResetNow;
|
||||||
_MyTabControl.OnItemSelectedChanged(this, null);
|
//}
|
||||||
}
|
//catch (Exception ex)
|
||||||
catch (Exception ex)
|
//{
|
||||||
{
|
// if (_MyLog.IsErrorEnabled) _MyLog.ErrorFormat("DSOTabPage_Enter", ex);
|
||||||
if (_MyLog.IsErrorEnabled) _MyLog.ErrorFormat("DSOTabPage_Enter", ex);
|
//}
|
||||||
}
|
_MyTabControl.OnItemSelectedChanged(this, null);
|
||||||
|
_MyDSOFramer.Focus();
|
||||||
}
|
}
|
||||||
public bool SaveDSO()
|
public bool SaveDSO()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user