摘要: 前几天在网上看到一款定时关机器,忽然想起去年自己一个人住老屋的时候我也写过一个这玩意,C#版的,当时还挺有成就感的,哈哈。下面贴出源代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Diagnostics;namespace CMDProject{ public partial class Form1 阅读全文
posted @ 2011-11-28 21:54 大张三 阅读(183) 评论(0) 推荐(1)