Exemplo n.º 1
0
        public User()
        {
            this.InitializeComponent();

            _vm = new SettingsViewModel();
            this.DataContext = _vm;
        }
        public TermsConditions()
        {
            this.InitializeComponent();

            _vm = new SettingsViewModel();
            this.DataContext = _vm;

            svMain.Height = Window.Current.CoreWindow.Bounds.Height - 200;
        }