摘要: using System; class Sample { enum Color {Yellow = 1, Blue, Green}; static DateTime thisDate = DateTime.Now; public static void Main() { // Store the output of the String.For... 阅读全文
posted @ 2008-10-09 12:54 lize 阅读(73) 评论(0) 推荐(0)
摘要: using System; class Sample { enum Color {Yellow = 1, Blue, Green}; static DateTime thisDate = DateTime.Now; public static void Main() { // Store the output of the String.For... 阅读全文
posted @ 2008-10-09 12:54 lize 阅读(84) 评论(0) 推荐(0)
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System.Drawing; 2using System.Text; 3using System.Windows.Forms; 4 5namespace WindowsForms... 阅读全文
posted @ 2008-09-26 03:01 lize 阅读(90) 评论(0) 推荐(0)