AppStore.Templates.StartPage.Init C# (CSharp) Méthode

Init() private méthode

The method which initializes the appbar button in the application bar, whether the app is pinned or not.
private Init ( ) : void
Résultat void
        void Init()
        {
            ToggleAppBarButton(!SecondaryTile.Exists(AppInstance.app.Name));
            this.PinUnPinCommandButton.Click += this.pinToAppBar_Click;
        }