Ejemplo n.º 1
0
 private void Main_Load(object sender, EventArgs e)
 {
     this.KeyPreview  = true;
     txtFontSize.Text = txtContenido.Font.Size.ToString();
     temas[activo]    = new Tema();
 }