Ejemplo n.º 1
0
        void txt_role_NewEntryNeeded(object sender, string pValue)
        {
            if (fsrole == null)
            {
                fsrole = new FRole();
            }
            Parent.Controls.Add(fsrole);
            fsrole.Dock = DockStyle.Fill;
            fsrole.Show();
            fsrole.BringToFront();
            fsrole.Focus();

            fsrole.SetAction(BtnEvent.New, null);
            fsrole.SetFocus();
        }