public AutoShape(TargettedAutoShape autoshape)
     : this()
 {
     this.autoshape = autoshape;
 }
Ejemplo n.º 2
0
 public void receiveAutoShape(TargettedAutoShape tas)
 {
     AutoshapeAvailable(this, new AutoshapeAvailableEventArgs { autoshape = tas });
 }
 public void TargettedAutoShapeConstructorTest()
 {
     TargettedAutoShape target = new TargettedAutoShape();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }