示例#1
0
        public PriceRenderer(Price price, OutputConfig config)
        {
            this.price = price;
            this.config = config;

            BuildChanges();

            AddColumns();
            RenderCollection(price.root, -1);
            MergeTables();
        }
示例#2
0
 /**
  * Сохраняет прайс в html-формате в виде "книжки".
  */
 public void Save(string fileName, OutputConfig config)
 {
 }