VAGSuite.FormFind.FormFind_Activated C# (CSharp) Method

FormFind_Activated() private method

private FormFind_Activated ( object sender, System e ) : void
sender object
e System
return void
        private void FormFind_Activated(object sender, System.EventArgs e)
        {
            if(rbString.Checked)
                txtString.Focus();
            else
                hexBox.Focus();
        }