Ejemplo n.º 1
0
        private void tsmiSettings_Click(object sender, EventArgs e)
        {
            DlgSettings dlg = new DlgSettings();

            dlg.User   = this.User;
            dlg.Action = this.Action;
            dlg.ShowDialog(this);
        }
Ejemplo n.º 2
0
        private void tsmiChangePassword_Click(object sender, EventArgs e)
        {
            DlgSettings dlg = new DlgSettings();

            dlg.ActiveIndex = 3;
            dlg.User        = this.User;
            dlg.Action      = this.Action;
            dlg.ShowDialog(this);
        }