Beispiel #1
0
        public bool CreateCal(WorkingCalendar cal)
        {
            Calendar_func func = new Calendar_func();

            return(func.CreateCal(cal));
        }
Beispiel #2
0
        public void GetCalendarList(int year, ref List <WorkingCalendar> list)
        {
            Calendar_func func = new Calendar_func();

            list = func.GetCalList(year);
        }