private void ClearAll() { horasSemanais = new HoraSemana(); feriado = new Feriados(); startModule = new DateTime(); endModule = new DateTime(); listFeriados.DataSource = feriado.ferias; txtOutput.Text = ""; txtAulasMes.Text = ""; }
public Stringify(HoraSemana horaSemana) { this.horaSemana = horaSemana; }