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

CheckIn() public méthode

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