using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace FastReport.Export.Hpgl.Commands
{
///
/// RO command
///
public class RotateCoodinateSystem : CommandBase
{
public RotateCoodinateSystem() : base()
{
Name = "RO";
}
}
}