public void Add(FormatCategory category, string name, VA.ShapeSheet.SRC src)
 {
     var format_cell = new FormatPaintCell(src, name, category);
     this.Cells.Add(format_cell);
 }
Пример #2
0
        public void Add(ShapeSheet.SRC src, FormatCategory category, string name)
        {
            var format_cell = new FormatPaintCell(src, name, category);

            this.Cells.Add(format_cell);
        }