15 lines
292 B
C#
15 lines
292 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
using System.Xml.Serialization;
|
|
using System.ComponentModel;
|
|
using System.Drawing;
|
|
|
|
namespace Volian.Svg.Library
|
|
{
|
|
public partial class SvgDefine : SvgGroup
|
|
{
|
|
// Nothing here - Draw definitions in individual modules
|
|
}
|
|
}
|