Esempio n. 1
0
 private MetroMessageBox()
 {
     base.Font     = MetroFonts.Regular(9.5f);
     ShowInTaskbar = false;
     StartPosition = FormStartPosition.CenterParent;
     _buttonSize   = new Size(95, 32);
     ApplyTheme();
     EvaluateControls();
     AddControls();
     //HideControls();
 }