C# Class Event.Messages

Mostra file Open project: Y-LyN-10/Software-University-Courses

Public Methods

Method Description
EventAdded ( ) : void
EventDeleted ( int x ) : void
NoEventsFound ( ) : void
PrintEvent ( Event eventToPrint ) : void

Method Details

EventAdded() public static method

public static EventAdded ( ) : void
return void

EventDeleted() public static method

public static EventDeleted ( int x ) : void
x int
return void

NoEventsFound() public static method

public static NoEventsFound ( ) : void
return void

PrintEvent() public static method

public static PrintEvent ( Event eventToPrint ) : void
eventToPrint Event
return void