Swapper.NET Logo

Source Code Interfaces ~ IAppCommand.cs


using System;

namespace RevolutionaryStuff.P2P.Basics
{
	public interface IAppCommand
	{
		void DoCommand(object sender, string source, string command);
	}
}