C# Class frapid.Commands.CommandProcessor

Afficher le fichier Open project: frapid/frapid

Méthodes publiques

Méthode Description
DisplayError ( string syntax, string format ) : void
Process ( string line ) : void

Private Methods

Méthode Description
Get ( string commandName, string line ) : ICommand

Method Details

DisplayError() public static méthode

public static DisplayError ( string syntax, string format ) : void
syntax string
format string
Résultat void

Process() public static méthode

public static Process ( string line ) : void
line string
Résultat void