SVG/Source/DataTypes/SvgElementStyle.cs

11 строки
162 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Svg
{
public class SvgElementStyle
{
}
}