public static void STriggerMonth(int month) { if (s_instance != null) { s_instance.TriggerMonth(month); } }