C# Class Event.Messages

Afficher le fichier Open project: Y-LyN-10/Software-University-Courses

Méthodes publiques

Méthode Description
EventAdded ( ) : void
EventDeleted ( int x ) : void
NoEventsFound ( ) : void
PrintEvent ( Event eventToPrint ) : void

Method Details

EventAdded() public static méthode

public static EventAdded ( ) : void
Résultat void

EventDeleted() public static méthode

public static EventDeleted ( int x ) : void
x int
Résultat void

NoEventsFound() public static méthode

public static NoEventsFound ( ) : void
Résultat void

PrintEvent() public static méthode

public static PrintEvent ( Event eventToPrint ) : void
eventToPrint Event
Résultat void