private void tsmiSettings_Click(object sender, EventArgs e) { DlgSettings dlg = new DlgSettings(); dlg.User = this.User; dlg.Action = this.Action; dlg.ShowDialog(this); }
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); }