예제 #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;
        }