Esempio n. 1
0
 private void Edit_Btn_Click(object sender, EventArgs e)
 {
     Main_Info_Panel.Enabled = true;
     SAVE_Edit_Btn.Show();
     Edit_Btn.Hide();
     //  Panel_pictureControls.Show();
 }
Esempio n. 2
0
 private void Edit_Btn_Click(object sender, EventArgs e)
 {
     try
     {
         Main_Info_Panel.Enabled = true;
         SAVE_Edit_Btn.Show();
         Edit_Btn.Hide();
         Panel_pictureControls.Show();
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.Message, "Message", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }