
VS2015 安装到最后配置系统的时候 显示 cannot find one or 50
VS2015安装到最后配置系统的时候显示cannotfindoneormorecomponents,please.......装的是社区版win10...
VS2015 安装到最后配置系统的时候 显示 cannot find one or more components ,please ....... 装的是社区版 win10
展开
2个回答
展开全部
无法找到一个或多个组件
.........
.........
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2015-08-04
展开全部
Form formPreview = new Form();
public Leaf(string name) : base(name) { }
public override void Add(Component c)
{
Console.WriteLine("Cannot add to a leaf");
}
public override void Remove(Component c)
{
Console.WriteLine("Cannot remove to a leaf");
}
public override void Display(int depth)
{
Console.WriteLine(new string('-',depth)+name);
}
}
public Leaf(string name) : base(name) { }
public override void Add(Component c)
{
Console.WriteLine("Cannot add to a leaf");
}
public override void Remove(Component c)
{
Console.WriteLine("Cannot remove to a leaf");
}
public override void Display(int depth)
{
Console.WriteLine(new string('-',depth)+name);
}
}
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询