static ST_HeightRule()
 {
     ST_HeightRule.auto    = new ST_HeightRule("auto");
     ST_HeightRule.exact   = new ST_HeightRule("exact");
     ST_HeightRule.atLeast = new ST_HeightRule("atLeast");
 }
示例#2
0
 static ST_HeightRule()
 {
     auto    = new ST_HeightRule("auto");
     exact   = new ST_HeightRule("exact");
     atLeast = new ST_HeightRule("atLeast");
 }