示例#1
0
        public MainPage()
        {
            this.InitializeComponent();
            UserButton b = new UserButton();

            this.grid.Children.Add(b);
            this.NavigationCacheMode = NavigationCacheMode.Required;
        }
示例#2
0
        public MainPage()
        {
            this.InitializeComponent();
            UserButton b = new UserButton();

            this.grid.Children.Add(b);
            this.NavigationCacheMode = NavigationCacheMode.Required;
        }