public AutoShape(TargettedAutoShape autoshape) : this() { this.autoshape = autoshape; }
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"); }