While creating a diagramm for existing code, it would be great to be able to copy a set of fields in a class, like for example:
public double Laenge { get; set; }
public double Breite { get; set; }
public double Hoehe { get; set; }
I have to create each field one for one at the moment, would be great to create everything with one click.
While creating a diagramm for existing code, it would be great to be able to copy a set of fields in a class, like for example:
public double Laenge { get; set; }
public double Breite { get; set; }
public double Hoehe { get; set; }
I have to create each field one for one at the moment, would be great to create everything with one click.