ug为啥拉申圆环的时候中间是实心

如题所述

第1个回答  2015-09-28
内外线框是两次画的,而拉伸的时候只选中了一个。
或 内外线框是一次绘出但内圈不是封闭的线框。本回答被网友采纳
第2个回答  2015-10-05
If more lines of text exist in the file, print another page.
namespace DesignPattern.Create.Component
{
abstract class Component {
protected string name;
public Component(string name)
{
this.name = name;
}
相似回答