NextMonth() public method

Move to the next month.
public NextMonth ( ) : void
return void
Ejemplo n.º 1
0
 private void OnNextMonth(object sender, EventArgs e)
 {
     _months.NextMonth();
 }