Alexandria.CheckIn.CheckIn C# (CSharp) 메소드

CheckIn() 공개 메소드

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