예제 #1
0
 public MainWindow()
 {
     InitializeComponent();
     Super = Superheroe.GetSample();
     DatosEstaticosDockPanel.DataContext = Super;
     DataContext = Resources["config"];
 }
 public MainWindow()
 {
     InitializeComponent();
     heroe = Superheroe.GetSample();
     FotoImage.DataContext = heroe;
     HeroeGrid.DataContext = heroe;
 }
예제 #3
0
 public MainWindow()
 {
     InitializeComponent();
     heroeNuevo = Superheroe.GetSample();
     InformacionGrid.DataContext = heroeNuevo;
     DaredevilImage.DataContext  = heroeNuevo;
 }
예제 #4
0
 public MainWindow()
 {
     InitializeComponent();
     superheroe            = Superheroe.GetSample();
     GridBot.DataContext   = superheroe;
     fotoImage.DataContext = superheroe;
 }
예제 #5
0
        public MainWindow()
        {
            InitializeComponent();

            heroe = Superheroe.GetSample();

            leerGrid.DataContext = heroe;
        }
예제 #6
0
 public MainWindow()
 {
     InitializeComponent();
     heroe = Superheroe.GetSample();
     TextBlockNombre.DataContext   = heroe;
     TextBlockEnemigo.DataContext  = heroe;
     TextBlockVengador.DataContext = heroe;
     ImageSuperheroe.DataContext   = heroe;
 }