Files
crm.e5.pl/include/ECM/open_flash_chart2/php-ofc-library/ofc_line_style.php
2024-04-27 09:23:34 +02:00

11 lines
142 B
PHP

<?php
class line_style
{
function line_style($on, $off)
{
$this->style = "dash";
$this->on = $on;
$this->off = $off;
}
}