Exemplo n.º 1
0
        private void lblManageProfile_Click(object sender, EventArgs e)
        {
            RHPP_Management.frmAccountSettings accSetting = new RHPP_Management.frmAccountSettings(this);

            pnAccountOptions.Visible = false;
            accSetting.ShowDialog();
        }
Exemplo n.º 2
0
 public frmUserSetting(RHPP_Management.frmAccountSettings formAccountSettings)
 {
     InitializeComponent();
     labelUserIDText = formAccountSettings.labelUserIDText;
 }