示例#1
0
 public VectorShapeButtonPresenter(VectorShape shape)
 {
     Shape = shape;
 }
示例#2
0
 protected override void OnRelease()
 {
     Shape = null;
 }