using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Demo;
除了第一句:using system自动引用,其它全是灰色。新建命名空间会提示“CS2046”错误提示
没用到的命名空间就会显示成灰色,引用错误说明这个命名空间不存在
感谢您的解答。
那为什么课程中授课老师所用的VS2019版本新建的项目就已经引用?
Demo命名空间是自己创建的