diff options
author | AlexKlimenkov <shurick.klimenkov@gmail.com> | 2017-02-17 13:45:02 +0300 |
---|---|---|
committer | AlexKlimenkov <shurick.klimenkov@gmail.com> | 2017-02-17 13:45:02 +0300 |
commit | e495105f25efd2b401c79a1be1b2abd0264b4226 (patch) | |
tree | b4386cefc590345e669dddee95c326feab17084c /DHTMLX.Export.PDF/MonthRow.cs | |
download | scheduler-export-net-master.zip scheduler-export-net-master.tar.gz scheduler-export-net-master.tar.bz2 |
[add] initial commitHEADorigin/masterorigin/HEADmaster
Diffstat (limited to 'DHTMLX.Export.PDF/MonthRow.cs')
-rw-r--r-- | DHTMLX.Export.PDF/MonthRow.cs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/DHTMLX.Export.PDF/MonthRow.cs b/DHTMLX.Export.PDF/MonthRow.cs new file mode 100644 index 0000000..0b5d60e --- /dev/null +++ b/DHTMLX.Export.PDF/MonthRow.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace DHTMLX.Export.PDF +{ + public class MonthRow + { + public double Height { get; set; } + public string[] Cells { get; set; } + } +} |