摘要: class Program { static void Main(string[] args) { init(); System.Console.ReadKey(); } #region 接口 /// <summary> /// 接口成员是公共的,不能加其他修饰符,如static,public,virtual等 /// </summary> public interface IA { string... 阅读全文
posted @ 2013-04-28 18:47 spandiv 阅读(158) 评论(0) 推荐(0) 编辑