C# Class CodeImp.Gluon.AgendaDayDisplay

Afficher le fichier Open project: DieterKoblenz/LCARS Class Usage Examples

Méthodes publiques

Méthode Description
AgendaDayDisplay ( ) : System
SetupColors ( ColorPalette c ) : void
SetupDate ( DateTime date ) : void
SetupItems ( List items, DateTime date ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CleanupControls ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

addbutton_Click ( object sender, EventArgs e ) : void
viewbutton_Click ( object sender, EventArgs e ) : void

Method Details

AgendaDayDisplay() public méthode

public AgendaDayDisplay ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

SetupColors() public méthode

public SetupColors ( ColorPalette c ) : void
c ColorPalette
Résultat void

SetupDate() public méthode

public SetupDate ( DateTime date ) : void
date DateTime
Résultat void

SetupItems() public méthode

public SetupItems ( List items, DateTime date ) : void
items List
date DateTime
Résultat void