RadioDld.Status.Status_Load C# (CSharp) Method

Status_Load() private method

private Status_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void Status_Load(object sender, EventArgs e)
        {
            this.Font = SystemFonts.MessageBoxFont;

            if (OsUtils.WinSevenOrLater())
            {
                this.tbarNotif = new TaskbarNotify();
            }
        }