Exemplo n.º 1
0
 public void ShowInfo()
 {
     PnlAlertsControl_Info.Visible = true;
     UpdPnlAlertsControl_Info.Update();
 }
Exemplo n.º 2
0
 public void HideInfo()
 {
     PnlAlertsControl_Info.Visible = false;
     UpdPnlAlertsControl_Info.Update();
 }