AppStore.Templates.FlashCardPage.FlashCardPage C# (CSharp) Method

FlashCardPage() public method

Public Construtor to the FlashCardPage. Populates the views pertaining to this page.
public FlashCardPage ( ) : AppStore.Common
return AppStore.Common
        public FlashCardPage()
        {
            this.InitializeComponent();

            this.navigationHelper = new NavigationHelper(this);
            this.navigationHelper.LoadState += this.NavigationHelper_LoadState;
            this.navigationHelper.SaveState += this.NavigationHelper_SaveState;
        }