This commit is contained in:
Rich
2010-03-25 19:38:51 +00:00
parent 076fcfae10
commit 74673d17ae
32 changed files with 5048 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
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
}
}