Example #1
0
 private void ucLowParticipationParameters1_HideParams(object sender, UserControls.UCLowParticipationParameters.HideEventArgs e)
 {
     this.ucLowParticipationParameters1.Height = e.Height;
 }
Example #2
0
 private void ucLowParticipationParameters1_HideParams(object sender, UserControls.UCLowParticipationParameters.HideEventArgs e)
 {
     this.ucLowParticipationParameters1.Height = e.Height;
     this.panelParams.Height         = e.Height;
     this.cbChooseReportType.Enabled = e.IsHide;
 }