Ejemplo n.º 1
0
        public JobOpenedPage()
        {
            this.InitializeComponent();

            this.currentViewModel = new ViewModels.JobOpenedViewModel();

            this.DataContext = this.currentViewModel;
        }
Ejemplo n.º 2
0
        public JobOpenedPage()
        {
            this.InitializeComponent();

            this.currentViewModel = new ViewModels.JobOpenedViewModel();

            this.DataContext = this.currentViewModel;
        }