C# Class ks.Impl.ConsoleService

Inheritance: IConsoleService
Afficher le fichier Open project: jakkaj/k-scratch

Méthodes publiques

Méthode Description
SetError ( ) : void
SetGood ( ) : void
SetInformation ( ) : void
SetNormal ( ) : void
SetWarning ( ) : void

Method Details

SetError() public méthode

public SetError ( ) : void
Résultat void

SetGood() public méthode

public SetGood ( ) : void
Résultat void

SetInformation() public méthode

public SetInformation ( ) : void
Résultat void

SetNormal() public méthode

public SetNormal ( ) : void
Résultat void

SetWarning() public méthode

public SetWarning ( ) : void
Résultat void