Show / Hide Table of Contents

    Class CommandManager<TCommand>

    Inheritance
    Object
    CommandManager<TCommand>
    Namespace: Global
    Assembly: Main.dll
    Syntax
    public class CommandManager<TCommand>
        where TCommand : ICommand
    Type Parameters
    Name Description
    TCommand

    Methods

    | Improve this Doc View Source

    DoExecuteCommand(String)

    Declaration
    public void DoExecuteCommand(string strCommand)
    Parameters
    Type Name Description
    String strCommand
    • Improve this Doc
    • View Source
    • 0 Comments
    Back to top Example Footer