9 lines
122 B
C#
9 lines
122 B
C#
using System;
|
|
|
|
namespace CPF.ReoGrid.Common
|
|
{
|
|
internal interface ISerialUndoAction : IUndoableAction, IAction
|
|
{
|
|
}
|
|
}
|