コード例 #1
0
 public Builder SetShape(IShape shape)
 {
     _showcaseView.SetShape(shape);
     return(this);
 }