This commit is contained in:
14
PROMS/Volian.Svg.Library/SvgDefine.cs
Normal file
14
PROMS/Volian.Svg.Library/SvgDefine.cs
Normal 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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user