Yaircc.UpdateInformationDialog.UpdateInformationDialog_Shown C# (CSharp) Method

UpdateInformationDialog_Shown() private method

Handles the Shown event of System.Windows.Forms.Form.
private UpdateInformationDialog_Shown ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The event arguments.
return void
        private void UpdateInformationDialog_Shown(object sender, EventArgs e)
        {
            this.yesButton.Focus();
        }