2015年10月28日
摘要: /** 由SharpDevelop创建。* 用户: jinweijie* 日期: 2015/10/28* 时间: 15:25** 要改变这种模板请点击 工具|选项|代码编写|编辑标准头文件*/usingSystem;namespaceInterface{interfaceIStorable{void... 阅读全文
posted @ 2015-10-28 16:54 jinweijie0527 阅读(134) 评论(0) 推荐(0)
摘要: /** 由SharpDevelop创建。* 用户: jinweijie* 日期: 2015/10/28* 时间: 15:25** 要改变这种模板请点击 工具|选项|代码编写|编辑标准头文件*/usingSystem;namespaceInterface{interfaceIStorable{void... 阅读全文
posted @ 2015-10-28 16:45 jinweijie0527 阅读(153) 评论(0) 推荐(0)
摘要: /** 由SharpDevelop创建。* 用户: jinweijie* 日期: 2015/10/28* 时间: 9:15** 要改变这种模板请点击 工具|选项|代码编写|编辑标准头文件*/usingSystem;namespaceStudy{classFraction{intfirst;intse... 阅读全文
posted @ 2015-10-28 10:00 jinweijie0527 阅读(143) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;public class MyClass{ class A { int a; internal protected class B { public void Display() { A ... 阅读全文
posted @ 2015-10-28 09:03 jinweijie0527 阅读(120) 评论(0) 推荐(0)