C# Class ZForge.Controls.Logs.ChangeLogViewer

Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode Description
Add ( ChangeLogItem i ) : void
ChangeLogViewer ( ) : System

Méthodes protégées

Méthode Description
ColumnInitialize ( ) : ColumnModel
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

ListAdd ( ChangeLogItem log ) : void
ListInitialize ( ) : void
ListUpdate ( ChangeLogItem logs ) : void
tableList_FontChanged ( object sender, EventArgs e ) : void

Method Details

Add() public méthode

public Add ( ChangeLogItem i ) : void
i ChangeLogItem
Résultat void

ChangeLogViewer() public méthode

public ChangeLogViewer ( ) : System
Résultat System

ColumnInitialize() protected méthode

protected ColumnInitialize ( ) : ColumnModel
Résultat ColumnModel

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