コード例 #1
0
ファイル: User.xaml.cs プロジェクト: rolandsmeenk/ModernApps
        public User()
        {
            this.InitializeComponent();

            _vm = new SettingsViewModel();
            this.DataContext = _vm;
        }
コード例 #2
0
        public TermsConditions()
        {
            this.InitializeComponent();

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

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