PersonSelectWindow.Button_delete_confirm_focus C# (CSharp) Method

Button_delete_confirm_focus() public method

public Button_delete_confirm_focus ( bool doFocus, bool sensitivePersonButtons ) : void
doFocus bool
sensitivePersonButtons bool
return void
    public void Button_delete_confirm_focus(bool doFocus, bool sensitivePersonButtons)
    {
        vbox_button_delete_confirm.Visible = doFocus;
        table1.Sensitive = ! doFocus;
        button_add.Sensitive = ! doFocus;

        personButtonsSensitive(sensitivePersonButtons);
    }