GhostWriter.LoginChildWindow.OnOpened C# (CSharp) Method

OnOpened() protected method

protected OnOpened ( ) : void
return void
        protected override void OnOpened()
        {
            base.OnOpened();

            this.txtUserId.Text = Login;
        }