BTool.DeviceTabsForm.tbLongTermKey_KeyPress C# (CSharp) Method

tbLongTermKey_KeyPress() private method

private tbLongTermKey_KeyPress ( object sender, KeyPressEventArgs e ) : void
sender object
e KeyPressEventArgs
return void
        private void tbLongTermKey_KeyPress(object sender, KeyPressEventArgs e)
        {
            CheckHexKeyPress(sender, e);
        }
DeviceTabsForm