1 个解决方案中有 3 个项目。我从第一个项目的主文件中进行的主要操作。但是我需要调用方法并使用第三个项目中的类。例如:
– 第三个项目有:
public DataClasses1DataContext() : base(global::WindowsFormsApplication1.Properties.Settings.Default.mediaBorshchConnectionString, mappingSource)
{ OnCreated(); }
从我的第一个项目中调用它的正确方法是什么?
DataClasses1DataContext borshch = new DataClasses1DataContext()