using System; namespace CPF.ReoGrid.Common { internal interface ISerialUndoAction : IUndoableAction, IAction { } }