B2019-161 Timing of display history
B2019-161 Timing of display RO B2019-161 Timing of display search B2019-161 Timing of display tab control B2019-161 Timing of DSO Tab Panel Refresh B2019-161 Timing of close word app B2019-161 Timing of MyStepRTB selection changed
This commit is contained in:
@@ -9,6 +9,7 @@ using VEPROMS.CSLA.Library;
|
||||
using Volian.Controls.Library;
|
||||
using DevComponents.DotNetBar;
|
||||
using JR.Utils.GUI.Forms;
|
||||
using Volian.Base.Library;
|
||||
|
||||
namespace Volian.Controls.Library
|
||||
{
|
||||
@@ -877,9 +878,14 @@ namespace Volian.Controls.Library
|
||||
tmrCaret.Enabled = false;
|
||||
PnlCaret.Visible = false;
|
||||
}
|
||||
// B2019-161 When tracking timing time this action
|
||||
private static VolianTimer _TimeActivity = new VolianTimer("DisplayTabControl.cs tmrCaret_Tick", 881);
|
||||
|
||||
private void tmrCaret_Tick(object sender, EventArgs e)
|
||||
{
|
||||
_TimeActivity.Open();
|
||||
PnlCaret.Visible = !PnlCaret.Visible;
|
||||
_TimeActivity.Close();
|
||||
}
|
||||
#endregion
|
||||
#region Private Methods
|
||||
|
Reference in New Issue
Block a user