首页 新闻 会员 周边
2
回答数

待解决问题 关于MEF实例化带参构造函数的问题。

public interface IAccountContract { string Login(string account, string password); } [Export(typeof(