Exemplo n.º 1
0
 private void LatzadBackButton_Click(object sender, EventArgs e)
 {
     LatzadPanel.Visible = false;
     IAFPanel.Visible    = true;
     IAFPanel.BringToFront();
 }
Exemplo n.º 2
0
 private void IAFButton_Click(object sender, EventArgs e)
 {
     IAFPanel.Visible = true;
     IAFPanel.BringToFront();
 }