摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Drawing; 6 using System.Windows.Forms; 7 阅读全文
posted @ 2022-10-29 13:44 chenlight 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 如上面标题所示,使用base关键词,我们可以自派生类中调用基类的构造函数。 下面是在创建派生类的实例时指定应调用哪个基类构造函数的示例。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using 阅读全文
posted @ 2022-10-29 13:38 chenlight 阅读(223) 评论(0) 推荐(0) 编辑