Alexandria.Checkout.Checkout C# (CSharp) Méthode

Checkout() public méthode

public Checkout ( ) : Alexandria.Common
Résultat Alexandria.Common
        public Checkout()
        {
            this.InitializeComponent();
            this.navigationHelper = new NavigationHelper(this);
            this.navigationHelper.LoadState += navigationHelper_LoadState;
            this.navigationHelper.SaveState += navigationHelper_SaveState;
        }