Ejemplo n.º 1
0
 private string GetStyleValue(string l1, string def)
 {
     _subitems[_subitems.Length - 1] = l1;
     return(_pri.GetWithList(def, _subitems));
 }
Ejemplo n.º 2
0
 public override string ToString()
 {
     _subitems[_subitems.Length - 2] = "BorderStyle";
     _subitems[_subitems.Length - 1] = "Default";
     return(pri.GetWithList("none", _subitems));
 }