public cssReader(string filename) { CSSParser css = new CSSParser(); _readedcss = css.ParseFile(filename); }