ChineseCalender类
摘要:
using System;using System.Collections.Generic;using System.Text;namespace ChineseCalender{ #region ChineseCalendarException /// <summary> /// 中国日历异常处理 /// </summary> public class ChineseCalendarException : System.Exception { public ChineseCalendarException(string msg) ... 阅读全文
posted @ 2013-05-02 12:36
Karson007
阅读(309)
评论(0)
推荐(0)
浙公网安备 33010602011771号