随笔分类 -  C#练习

这些存储一些C#日常的练习。
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ListT{ //请设计一个笔记本类,使用泛型集合存储5个 阅读全文
posted @ 2020-04-30 11:57 NETer_P 阅读(255) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace Phone{ //请设计一个手机类,思考手机的各种属性和 阅读全文
posted @ 2020-04-29 12:30 NETer_P 阅读(490) 评论(0) 推荐(0)