using System; namespace CPF.ReoGrid.Common { public interface IAction { void Do(); string GetName(); } }