StatType.on_fake_button_no_rows_selected_clicked C# (CSharp) Method

on_fake_button_no_rows_selected_clicked() private method

private on_fake_button_no_rows_selected_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void
    private void on_fake_button_no_rows_selected_clicked(object o, EventArgs args)
    {
        LogB.Information("fakeButtonNoRowsSelected in statType.cs");
        //only raise another click if this is not a report. This new click will update things in gui/stats.cs
        //this fakeButtons are not initialized in the coming-from-report-statType-constructor
        if(! toReport)
            fakeButtonNoRowsSelected.Click();
    }