OnMonthChange typedef

OnMonthChange = void Function(int year, int month)

月份切换事件

Implementation

typedef void OnMonthChange(int year, int month);