// show change login credentials dialog on clicking the change login credentials tile private void ChangeLogin_Tile_Click(object sender, EventArgs e) { ChangeUserLoginDetailsForm form = new ChangeUserLoginDetailsForm(); form.ShowDialog(); }