//##########################################################################
 //########################     CONSTRUCTORES    ############################
 //##########################################################################
 public PuenteDeMandoGUI()
 {
     InitializeComponent();
     ventOficial         = new VentanaOficial();
     ventMensajes        = new FormMensaje();
     egui                = new EscudoGUI();
     prBproteccion.Value = egui.getSanos();
     au = new AboutUsGUI();
     actualizaOficiales();
     lbFecha.Text = "20141";
     playFondo    = new SoundPlayer(PuenteDeMando.Properties.Resources.Star_Trek___VOY_Theme);
 }
 //##########################################################################
 //########################     CONSTRUCTORES    ############################
 //##########################################################################
 public PuenteDeMandoGUI()
 {
     InitializeComponent();
     ventOficial = new VentanaOficial();
     ventMensajes = new FormMensaje();
     egui = new EscudoGUI();
     prBproteccion.Value = egui.getSanos();
     au = new AboutUsGUI();
     actualizaOficiales();
     lbFecha.Text = "20141";
     playFondo = new SoundPlayer(PuenteDeMando.Properties.Resources.Star_Trek___VOY_Theme);
 }