NFe.UI.Formularios.NFSe.FormMunicipio.OnShown C# (CSharp) Method

OnShown() protected method

protected OnShown ( EventArgs e ) : void
e System.EventArgs
return void
        protected override void OnShown(EventArgs e)
        {
            base.OnShown(e);
            this.edtCodMun.Focus();
        }