Exemplo n.º 1
0
 public Part(string type)
     : this()
 {
     Type     = StyleSheetCache.GetStringKey(type);
     CssClass = 0;
 }