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