No upcoming webinars.
You can fix this:
private void Form1_Load(object sender, EventArgs e) { /// So /// bunifuFlatButton1.BackColor = Color.Maroon;
/*Or so*/ bunifuFlatButton1.BackColor = Color.FromArgb(0, 0, 0); }
But the bug is really unpleasant !!!