Interface ICommandFactory

ICommandFactory interface

Factory interface to create commands

public interface ICommandFactory

Methods

NameDescription
CreateCommand(int, int, CgmFile)Create a new command instance

See Also