AppStore.Templates.StartPage.Init C# (CSharp) 메소드

Init() 개인적인 메소드

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