sth*_*hml 0 c# vb.net winforms
我有一个C#班级(很多行).我想class在我的VB.NET项目中使用它.所以,我尝试将.cs文件添加到我的VB.NET项目中,然后通过以下方式调用它:
MyclassName.VoidName()
它不起作用.
('MycalssName' is not declared. It may be inaccessible due to its protection level.)
我怎样才能C# class在我的VB.NET项目中使用?