Exemplo n.º 1
0
 private void NextMonth_Click(object sender, EventArgs e)
 {
     Months.ToNextMonth();
     PresentMonth.Text = Months.ToString();
     GenerateDaysForDateButtons(Months.iCurrent);
 }