.NET Windows Forms in a Nutshell
This interface is for internal use only and should not be used from your own code. public interface ICommandExecutor { // Public Instance Methods public void Execute (); } |
This interface is for internal use only and should not be used from your own code. public interface ICommandExecutor { // Public Instance Methods public void Execute (); } |