An Immutable Class

摘要: 一个简单的Immutable Class: class Contact { public Contact(String fullName, String phoneNumber) { this.fullName= fullName; this.phoneNumber= phoneNumber; } public Contact Ch... 阅读全文
posted @ 2008-05-18 21:05 J.D Huang 阅读(319) 评论(0) 推荐(0)

[CF.Skills]播放嵌入资源的声音文件

摘要: 本文阐述了在Windows Mobile中如何播放潜入资源的声音文件 Keywords PlaySound, Windows Mobile, Embedded Resources, p/invoke 阅读全文
posted @ 2008-05-18 02:30 J.D Huang 阅读(1442) 评论(1) 推荐(0)