Exemplo n.º 1
0
 public Rule(RuleTier _tier, int _colIndex) : this(_tier, _colIndex, string.Empty)
 {
 }
Exemplo n.º 2
0
 public ClearFix(RuleTier tier, params Union <string, Control, HTMLElement>[] typos) : base(Script.Write <string>("'clearfix visible' + tier.value + 'block'"), typos)
 {
 }
Exemplo n.º 3
0
 public Rule(RuleTier _tier, int _colIndex, string bonus)
 {
     value = "col" + _tier.value + bonus + _colIndex;
 }