Exemple #1
0
Fichier : Tag.cs Projet : kadukm/fp
 public Tag(TagStat stat, Font font, RectangleF place, Brush brush)
     : this(stat, font, place)
 {
     Brush = brush;
 }
Exemple #2
0
Fichier : Tag.cs Projet : kadukm/fp
 public Tag(TagStat stat, Font font, RectangleF place)
 {
     this.stat = stat;
     Font      = font;
     Place     = place;
 }