Esempio n. 1
0
File: Tag.cs Progetto: kadukm/fp
 public Tag(TagStat stat, Font font, RectangleF place, Brush brush)
     : this(stat, font, place)
 {
     Brush = brush;
 }
Esempio n. 2
0
File: Tag.cs Progetto: kadukm/fp
 public Tag(TagStat stat, Font font, RectangleF place)
 {
     this.stat = stat;
     Font      = font;
     Place     = place;
 }