aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Sites/packages.config
blob: e57143046cf72bdf9159fc5689a677a4e3c15b54 (plain)
1
2
3
4
5
6
7
8
9
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.PPC.Jobs.UndoRedoCommands
{
    public interface IUndoRedoCommand
    {
        void Execute();
        void UnExecute();
    }
}