1 回答

TA貢獻1848條經(jīng)驗 獲得超6個贊
您應(yīng)該在第二個庫中引用您的第一個庫
// Reference your first library like this
using AutomatskI;
namespace AutomatskaIA
{
class AutomaticTestRun
{
public void login()
{
// Then reach this class method like this
Method method = new Method();
method.client();
// Or use a static class instead by putting a 'static' tag in class name.
// So you don't have to create an instance of this class in order
// to use its methods. Then you can do it like this:
// Method.client();
}
// ...
請在發(fā)布之前格式化您的代碼,以便人們更輕松地閱讀您的代碼。
- 1 回答
- 0 關(guān)注
- 119 瀏覽
添加回答
舉報