摘要: 用于发送邮件的方法:public class Email { /// /// 发送者 /// public string mailFrom { get; set; } //... 阅读全文
posted @ 2014-05-25 22:40 Jara 阅读(287) 评论(0) 推荐(1) 编辑
摘要: 1、在下面的代码中,如何引用命名空间fabulous中的great?namespace fabulous{// code in fabulous namespace}namespace super{ namespace smashing{// great name defined }} 答:supe... 阅读全文
posted @ 2014-05-25 22:33 Jara 阅读(2709) 评论(0) 推荐(1) 编辑
摘要: 有很多方案,先来最傻瓜式的 :static class Program { /// /// 应用程序的主入口点。 /// [STAThread] static void Main() { ... 阅读全文
posted @ 2014-05-25 22:32 Jara 阅读(320) 评论(0) 推荐(1) 编辑