GitStatistics.FormGitStatistics.FormGitStatisticsShown C# (CSharp) Method

FormGitStatisticsShown() private method

private FormGitStatisticsShown ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void FormGitStatisticsShown(object sender, EventArgs e)
        {
            Initialize();

            Tabs.Visible = true;
            LoadingLabel.Visible = false;

            FormGitStatisticsSizeChanged(null, null);
            SizeChanged += FormGitStatisticsSizeChanged;
        }