Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Event
Messages
C# Class Event.Messages
Datei anzeigen
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