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

            this.grid.Children.Add(b);
            this.NavigationCacheMode = NavigationCacheMode.Required;
        }
コード例 #2
0
ファイル: MainPage.xaml.cs プロジェクト: 745322878/Code
        public MainPage()
        {
            this.InitializeComponent();
            UserButton b = new UserButton();

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