static int n_GetCurrentMonth(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Itheima.Wheelpicker.Widgets.IWheelMonthPicker __this = global::Java.Lang.Object.GetObject <global::Com.Itheima.Wheelpicker.Widgets.IWheelMonthPicker> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.CurrentMonth);
 }
 static void n_SetSelectedMonth_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Com.Itheima.Wheelpicker.Widgets.IWheelMonthPicker __this = global::Java.Lang.Object.GetObject <global::Com.Itheima.Wheelpicker.Widgets.IWheelMonthPicker> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SelectedMonth = p0;
 }