C# Class XLibrary.ProfilePanel

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: swax/CodePerspective

Méthodes publiques

Свойство Type Description
Model ViewModel

Méthodes publiques

Méthode Description
Init ( MainForm main ) : void
NavigateTo ( NodeModel node ) : void
ProfilePanel ( ) : System

Private Methods

Méthode Description
AddTotalRow ( ListView list ) : void
AutoRefresh_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
CalledList_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
CallersList_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
CumulativeRadio_CheckedChanged ( object sender, EventArgs e ) : void
PerCallRadio_CheckedChanged ( object sender, EventArgs e ) : void
RefreshTimer_Tick ( object sender, EventArgs e ) : void
Reload ( ) : void

Method Details

Init() public méthode

public Init ( MainForm main ) : void
main MainForm
Résultat void

NavigateTo() public méthode

public NavigateTo ( NodeModel node ) : void
node NodeModel
Résultat void

ProfilePanel() public méthode

public ProfilePanel ( ) : System
Résultat System

Property Details

Model public_oe property

public ViewModel,XLibrary Model
Résultat ViewModel