Esempio n. 1
0
 public PgStyleLableM(int id, PgTableBaseM table, PgStyleSetsM set)
 {
     _id    = id;
     _table = table;
     _set   = set;
 }
Esempio n. 2
0
 public PgStyleLableM(PgTableBaseM table, PgStyleSetsM set)
 {
     _isNewTable = true;
     _table      = table;
     _set        = set;
 }