Alexandria.CheckIn.CheckIn C# (CSharp) Method

CheckIn() public method

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