摘要: namespace Ch13CardLib{ public class CardOutOfRangeException : Exception { private Cards deckContents; public Cards DeckContents { get { return deckContents; } } public CardOutOfRangeException(Cards so... 阅读全文
posted @ 2009-07-14 14:28 适渊 阅读(237) 评论(0) 推荐(0) 编辑