Files
barcodeManager/LibShapes/Core/Command/CommandMove.cs
2026-01-24 08:45:54 +08:00

15 lines
313 B
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Io.Github.Kerwinxu.LibShapes.Core.Command
{
/// <summary>
/// 这个实际上没有用到我用CommandResize来统一了。
/// </summary>
public class CommandMove : ShapeCommand
{
}
}